Html Css Color HEX #6C358E Royal Purple

📋 copy color: '#6C358E'

red 108 ◦ green 53 ◦ blue 142

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

Shades of Royal Purple #6C358E

Tints of Royal Purple #6C358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

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

R = 35.64%
G = 17.49%
B = 46.86%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C358E (or 0x6C358E) is known color: Royal Purple. HEX triplet: 6C, 35 and 8E. RGB value is (108,53,142). Sum of RGB (Red+Green+Blue) = 108+53+142=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C358E is #93CA71. Grayscale: #4F4F4F. Windows color (decimal): -9685618 or 9319788. OLE color: 9319788.

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

Color convert

RGB 108 53 142 -
CMYK 0.24 0.63 0 0.44
HSL 277.08º 0.46% 0.38% -
HSV(B) 277.08º 0.63% 0.56% -
XYZ 12.34 7.69 26.42 -
YUV 79.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 108 53 142 0.24 0.63 0 0.44 277.08 0.46 0.38
Hex 6C 35 8E 18 3F 0 2C 115 2E 26
Octal 154 65 216 30 77 0 54 425 56 46
Binary 1101100 110101 10001110 11000 111111 0 101100 100010101 101110 100110

Color Harmonies of #6C358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C358E

Black with #6C358E

Text Example


Text Example

White with #6C358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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