Html Css Color HEX #6C3BAC Royal Purple

📋 copy color: '#6C3BAC'

red 108 ◦ green 59 ◦ blue 172

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

Shades of Royal Purple #6C3BAC

Tints of Royal Purple #6C3BAC

RGB

 RED value IS 108 (42.58% from 255) = 31.86%

 GREEN value IS 59 (23.44% from 255) = 17.4%

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

R = 31.86%
G = 17.4%
B = 50.74%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C3BAC (or 0x6C3BAC) is known color: Royal Purple. HEX triplet: 6C, 3B and AC. RGB value is (108,59,172). Sum of RGB (Red+Green+Blue) = 108+59+172=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C3BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3BAC is #93C453. Grayscale: #565656. Windows color (decimal): -9684052 or 11287404. OLE color: 11287404.

HSL color Cylindrical-coordinate representation of color #6C3BAC: hue angle of 266.02º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C3BAC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 59 172 -
CMYK 0.37 0.66 0 0.33
HSL 266.02º 0.49% 0.45% -
HSV(B) 266.02º 0.66% 0.67% -
XYZ 15.19 9.29 40.02 -
YUV 86.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 108 59 172 0.37 0.66 0 0.33 266.02 0.49 0.45
Hex 6C 3B AC 25 42 0 21 10A 31 2D
Octal 154 73 254 45 102 0 41 412 61 55
Binary 1101100 111011 10101100 100101 1000010 0 100001 100001010 110001 101101

Color Harmonies of #6C3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3BAC

Black with #6C3BAC

Text Example


Text Example

White with #6C3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,59,172); }

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

background-color css

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

 a { background-color: rgb(108,59,172); }

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

border-color css

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

 span { border-color: rgb(108,59,172); }

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