Html Css Color HEX #6B32AC Royal Purple

📋 copy color: '#6B32AC'

red 107 ◦ green 50 ◦ blue 172

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

Shades of Royal Purple #6B32AC

Tints of Royal Purple #6B32AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 32.52%
G = 15.2%
B = 52.28%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B32AC (or 0x6B32AC) is known color: Royal Purple. HEX triplet: 6B, 32 and AC. RGB value is (107,50,172). Sum of RGB (Red+Green+Blue) = 107+50+172=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B32AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B32AC is #94CD53. Grayscale: #505050. Windows color (decimal): -9751892 or 11285099. OLE color: 11285099.

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

Color convert

RGB 107 50 172 -
CMYK 0.38 0.71 0 0.33
HSL 268.03º 0.55% 0.44% -
HSV(B) 268.03º 0.71% 0.67% -
XYZ 14.65 8.39 39.88 -
YUV 80.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 107 50 172 0.38 0.71 0 0.33 268.03 0.55 0.44
Hex 6B 32 AC 26 47 0 21 10C 37 2C
Octal 153 62 254 46 107 0 41 414 67 54
Binary 1101011 110010 10101100 100110 1000111 0 100001 100001100 110111 101100

Color Harmonies of #6B32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B32AC

Black with #6B32AC

Text Example


Text Example

White with #6B32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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