Html Css Color HEX #6B33AC Royal Purple

📋 copy color: '#6B33AC'

red 107 ◦ green 51 ◦ blue 172

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

Shades of Royal Purple #6B33AC

Tints of Royal Purple #6B33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 32.42%
G = 15.45%
B = 52.12%

CMYK

 C value IS 0.38

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B33AC (or 0x6B33AC) is known color: Royal Purple. HEX triplet: 6B, 33 and AC. RGB value is (107,51,172). Sum of RGB (Red+Green+Blue) = 107+51+172=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B33AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B33AC is #94CC53. Grayscale: #515151. Windows color (decimal): -9751636 or 11285355. OLE color: 11285355.

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

Color convert

RGB 107 51 172 -
CMYK 0.38 0.70 0 0.33
HSL 267.77º 0.54% 0.44% -
HSV(B) 267.77º 0.7% 0.67% -
XYZ 14.69 8.47 39.89 -
YUV 81.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 107 51 172 0.38 0.70 0 0.33 267.77 0.54 0.44
Hex 6B 33 AC 26 46 0 21 10C 36 2C
Octal 153 63 254 46 106 0 41 414 66 54
Binary 1101011 110011 10101100 100110 1000110 0 100001 100001100 110110 101100

Color Harmonies of #6B33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B33AC

Black with #6B33AC

Text Example


Text Example

White with #6B33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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