#632BA4

Color #632BA4 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #632BA4

Tints of Royal Purple #632BA4

Color information

#632BA4 (or 0x632BA4) is unknown color: approx Royal Purple. HEX triplet: 63, 2B and A4. RGB value is (99,43,164). Sum of RGB (Red+Green+Blue) = 99+43+164=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 164 (64.45% from 255 or 53.59% from 306); Max value from RGB is 164 - color contains mainly: blue. Hex color #632BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632BA4 is #9CD45B. Grayscale: #494949. Windows color (decimal): -10277980 or 10759011. OLE color: 10759011.

HSL color Cylindrical-coordinate representation of color #632BA4: hue angle of 267.77º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632BA4 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9943164-
CMYK0.400.7400.36
HSL267.77º58.45%40.59%-
HSV(B)267.77º73.78%64.31%-
XYZ12.717.0635.81-
YUV73.54179.05146.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 43 (17.19% from 255) = 14.05%
BLUE value IS 164 (64.45% from 255) = 53.59%
R=32.35%
G=14.05%
B=53.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal99431640.400.7400.36267.7758.4540.59
Hex632BA4284A02410c3a29
Octal14353244501120444147251
Binary11000111010111010010010100010010100100100100001100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632BA4; }

 p { color: rgb(99,43,164); }

 H1.HeaderClassName
 {
   color: #632BA4;
 }
 .AnyTagClassName
 {
   color: #632BA4;
 }
</style>
background-color css

<style>
 a { background-color: #632BA4; }

 a { background-color: rgb(99,43,164); }

 div.DivClassName
 {
   background-color: #632BA4;
 }
 .BgClassName
 {
   background-color: #632BA4;
 }
</style>
border-color css

<style>
 span { border-color: #632BA4; }

 span { border-color: rgb(99,43,164); }

 td.TdClassName
 {
   border-color: #632BA4;
 }
 .TagClassName
 {
   border-color: #632BA4;
 }
</style>