Html Css Color HEX #6C3F92 Royal Purple

📋 copy color: '#6C3F92'

red 108 ◦ green 63 ◦ blue 146

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

Shades of Royal Purple #6C3F92

Tints of Royal Purple #6C3F92

RGB

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

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 34.07%
G = 19.87%
B = 46.06%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6C3F92 (or 0x6C3F92) is known color: Royal Purple. HEX triplet: 6C, 3F and 92. RGB value is (108,63,146). Sum of RGB (Red+Green+Blue) = 108+63+146=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C3F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3F92 is #93C06D. Grayscale: #555555. Windows color (decimal): -9683054 or 9584492. OLE color: 9584492.

HSL color Cylindrical-coordinate representation of color #6C3F92: hue angle of 272.53º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3F92 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 63 146 -
CMYK 0.26 0.57 0 0.43
HSL 272.53º 0.4% 0.41% -
HSV(B) 272.53º 0.57% 0.57% -
XYZ 13.15 8.82 28.2 -
YUV 85.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 108 63 146 0.26 0.57 0 0.43 272.53 0.4 0.41
Hex 6C 3F 92 1A 39 0 2B 111 28 29
Octal 154 77 222 32 71 0 53 421 50 51
Binary 1101100 111111 10010010 11010 111001 0 101011 100010001 101000 101001

Color Harmonies of #6C3F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3F92

Black with #6C3F92

Text Example


Text Example

White with #6C3F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,63,146); }

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

background-color css

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

 a { background-color: rgb(108,63,146); }

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

border-color css

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

 span { border-color: rgb(108,63,146); }

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