Html Css Color HEX #6C348E Royal Purple

📋 copy color: '#6C348E'

red 108 ◦ green 52 ◦ blue 142

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

Shades of Royal Purple #6C348E

Tints of Royal Purple #6C348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 35.76%
G = 17.22%
B = 47.02%

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

#6C348E (or 0x6C348E) is known color: Royal Purple. HEX triplet: 6C, 34 and 8E. RGB value is (108,52,142). Sum of RGB (Red+Green+Blue) = 108+52+142=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C348E is #93CB71. Grayscale: #4E4E4E. Windows color (decimal): -9685874 or 9319532. OLE color: 9319532.

HSL color Cylindrical-coordinate representation of color #6C348E: hue angle of 277.33º 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 #6C348E is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 52 142 -
CMYK 0.24 0.63 0 0.44
HSL 277.33º 0.46% 0.38% -
HSV(B) 277.33º 0.63% 0.56% -
XYZ 12.29 7.6 26.41 -
YUV 79 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 108 52 142 0.24 0.63 0 0.44 277.33 0.46 0.38
Hex 6C 34 8E 18 3F 0 2C 115 2E 26
Octal 154 64 216 30 77 0 54 425 56 46
Binary 1101100 110100 10001110 11000 111111 0 101100 100010101 101110 100110

Color Harmonies of #6C348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C348E

Black with #6C348E

Text Example


Text Example

White with #6C348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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