Html Css Color HEX #6640A2 Royal Purple

📋 copy color: '#6640A2'

red 102 ◦ green 64 ◦ blue 162

#6640A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6640A2

Tints of Royal Purple #6640A2

RGB

 RED value IS 102 (40.23% from 255) = 31.1%

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 162 (63.67% from 255) = 49.39%

R = 31.1%
G = 19.51%
B = 49.39%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6640A2 (or 0x6640A2) is known color: Royal Purple. HEX triplet: 66, 40 and A2. RGB value is (102,64,162). Sum of RGB (Red+Green+Blue) = 102+64+162=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #6640A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6640A2 is #99BF5D. Grayscale: #565656. Windows color (decimal): -10075998 or 10633318. OLE color: 10633318.

HSL color Cylindrical-coordinate representation of color #6640A2: hue angle of 263.27º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6640A2 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 64 162 -
CMYK 0.37 0.60 0 0.36
HSL 263.27º 0.43% 0.44% -
HSV(B) 263.27º 0.6% 0.64% -
XYZ 13.83 9.1 35.21 -
YUV 86.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 102 64 162 0.37 0.60 0 0.36 263.27 0.43 0.44
Hex 66 40 A2 25 3C 0 24 107 2B 2C
Octal 146 100 242 45 74 0 44 407 53 54
Binary 1100110 1000000 10100010 100101 111100 0 100100 100000111 101011 101100

Color Harmonies of #6640A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640A2

Black with #6640A2

Text Example


Text Example

White with #6640A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6640A2; }

 p { color: rgb(102,64,162); }

 H1.HeaderClassName
 {
   color: #6640A2;
 }
 .AnyTagClassName
 {
   color: #6640A2;
 }
</style>

background-color css

<style>
 a { background-color: #6640A2; }

 a { background-color: rgb(102,64,162); }

 div.DivClassName
 {
   background-color: #6640A2;
 }
 .BgClassName
 {
   background-color: #6640A2;
 }
</style>

border-color css

<style>
 span { border-color: #6640A2; }

 span { border-color: rgb(102,64,162); }

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