Html Css Color HEX #6632AA Royal Purple

📋 copy color: '#6632AA'

red 102 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #6632AA

Tints of Royal Purple #6632AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 170 (66.8% from 255) = 52.8%

R = 31.68%
G = 15.53%
B = 52.8%

CMYK

 C value IS 0.4

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6632AA (or 0x6632AA) is known color: Royal Purple. HEX triplet: 66, 32 and AA. RGB value is (102,50,170). Sum of RGB (Red+Green+Blue) = 102+50+170=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6632AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6632AA is #99CD55. Grayscale: #4E4E4E. Windows color (decimal): -10079574 or 11154022. OLE color: 11154022.

HSL color Cylindrical-coordinate representation of color #6632AA: hue angle of 266º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6632AA is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 50 170 -
CMYK 0.4 0.71 0 0.33
HSL 266º 0.55% 0.43% -
HSV(B) 266º 0.71% 0.67% -
XYZ 13.88 8.01 38.84 -
YUV 79.23 179.23 144.24 -
System Red Green Blue C M Y K H S L
Decimal 102 50 170 0.4 0.71 0 0.33 266 0.55 0.43
Hex 66 32 AA 28 47 0 21 10A 37 2B
Octal 146 62 252 50 107 0 41 412 67 53
Binary 1100110 110010 10101010 101000 1000111 0 100001 100001010 110111 101011

Color Harmonies of #6632AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6632AA

Black with #6632AA

Text Example


Text Example

White with #6632AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6632AA; }

 p { color: rgb(102,50,170); }

 H1.HeaderClassName
 {
   color: #6632AA;
 }
 .AnyTagClassName
 {
   color: #6632AA;
 }
</style>

background-color css

<style>
 a { background-color: #6632AA; }

 a { background-color: rgb(102,50,170); }

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

border-color css

<style>
 span { border-color: #6632AA; }

 span { border-color: rgb(102,50,170); }

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