Html Css Color HEX #6C408E Royal Purple

📋 copy color: '#6C408E'

red 108 ◦ green 64 ◦ blue 142

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

Shades of Royal Purple #6C408E

Tints of Royal Purple #6C408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

 BLUE value IS 142 (55.86% from 255) = 45.22%

R = 34.39%
G = 20.38%
B = 45.22%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C408E (or 0x6C408E) is known color: Royal Purple. HEX triplet: 6C, 40 and 8E. RGB value is (108,64,142). Sum of RGB (Red+Green+Blue) = 108+64+142=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C408E is #93BF71. Grayscale: #555555. Windows color (decimal): -9682802 or 9322604. OLE color: 9322604.

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

Color convert

RGB 108 64 142 -
CMYK 0.24 0.55 0 0.44
HSL 273.85º 0.38% 0.4% -
HSV(B) 273.85º 0.55% 0.56% -
XYZ 12.9 8.81 26.61 -
YUV 86.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 108 64 142 0.24 0.55 0 0.44 273.85 0.38 0.4
Hex 6C 40 8E 18 37 0 2C 112 26 28
Octal 154 100 216 30 67 0 54 422 46 50
Binary 1101100 1000000 10001110 11000 110111 0 101100 100010010 100110 101000

Color Harmonies of #6C408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C408E

Black with #6C408E

Text Example


Text Example

White with #6C408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,64,142); }

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

background-color css

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

 a { background-color: rgb(108,64,142); }

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

border-color css

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

 span { border-color: rgb(108,64,142); }

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