Html Css Color HEX #6B32AA Royal Purple

📋 copy color: '#6B32AA'

red 107 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #6B32AA

Tints of Royal Purple #6B32AA

RGB

 RED value IS 107 (42.19% from 255) = 32.72%

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

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

R = 32.72%
G = 15.29%
B = 51.99%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B32AA (or 0x6B32AA) is known color: Royal Purple. HEX triplet: 6B, 32 and AA. RGB value is (107,50,170). Sum of RGB (Red+Green+Blue) = 107+50+170=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B32AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B32AA is #94CD55. Grayscale: #505050. Windows color (decimal): -9751894 or 11154027. OLE color: 11154027.

HSL color Cylindrical-coordinate representation of color #6B32AA: hue angle of 268.5º 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 #6B32AA is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 50 170 -
CMYK 0.37 0.71 0 0.33
HSL 268.5º 0.55% 0.43% -
HSV(B) 268.5º 0.71% 0.67% -
XYZ 14.46 8.31 38.87 -
YUV 80.72 178.38 146.74 -
System Red Green Blue C M Y K H S L
Decimal 107 50 170 0.37 0.71 0 0.33 268.5 0.55 0.43
Hex 6B 32 AA 25 47 0 21 10C 37 2B
Octal 153 62 252 45 107 0 41 414 67 53
Binary 1101011 110010 10101010 100101 1000111 0 100001 100001100 110111 101011

Color Harmonies of #6B32AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B32AA

Black with #6B32AA

Text Example


Text Example

White with #6B32AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B32AA; }

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

 H1.HeaderClassName
 {
   color: #6B32AA;
 }
 .AnyTagClassName
 {
   color: #6B32AA;
 }
</style>

background-color css

<style>
 a { background-color: #6B32AA; }

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

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

border-color css

<style>
 span { border-color: #6B32AA; }

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

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