Html Css Color HEX #6C189E Royal Purple

📋 copy color: '#6C189E'

red 108 ◦ green 24 ◦ blue 158

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

Shades of Royal Purple #6C189E

Tints of Royal Purple #6C189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

 BLUE value IS 158 (62.11% from 255) = 54.48%

R = 37.24%
G = 8.28%
B = 54.48%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C189E (or 0x6C189E) is known color: Royal Purple. HEX triplet: 6C, 18 and 9E. RGB value is (108,24,158). Sum of RGB (Red+Green+Blue) = 108+24+158=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C189E is #93E761. Grayscale: #3F3F3F. Windows color (decimal): -9693026 or 10360940. OLE color: 10360940.

HSL color Cylindrical-coordinate representation of color #6C189E: hue angle of 277.61º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C189E is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 24 158 -
CMYK 0.32 0.85 0 0.38
HSL 277.61º 0.74% 0.36% -
HSV(B) 277.61º 0.85% 0.62% -
XYZ 12.68 6.31 32.9 -
YUV 64.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 108 24 158 0.32 0.85 0 0.38 277.61 0.74 0.36
Hex 6C 18 9E 20 55 0 26 116 4A 24
Octal 154 30 236 40 125 0 46 426 112 44
Binary 1101100 11000 10011110 100000 1010101 0 100110 100010110 1001010 100100

Color Harmonies of #6C189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C189E

Black with #6C189E

Text Example


Text Example

White with #6C189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,24,158); }

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

background-color css

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

 a { background-color: rgb(108,24,158); }

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

border-color css

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

 span { border-color: rgb(108,24,158); }

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