Html Css Color HEX #6C2998 Royal Purple

📋 copy color: '#6C2998'

red 108 ◦ green 41 ◦ blue 152

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

Shades of Royal Purple #6C2998

Tints of Royal Purple #6C2998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 35.88%
G = 13.62%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C2998 (or 0x6C2998) is known color: Royal Purple. HEX triplet: 6C, 29 and 98. RGB value is (108,41,152). Sum of RGB (Red+Green+Blue) = 108+41+152=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2998 is #93D667. Grayscale: #494949. Windows color (decimal): -9688680 or 9972076. OLE color: 9972076.

HSL color Cylindrical-coordinate representation of color #6C2998: hue angle of 276.22º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2998 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 41 152 -
CMYK 0.29 0.73 0 0.40
HSL 276.22º 0.58% 0.38% -
HSV(B) 276.22º 0.73% 0.6% -
XYZ 12.64 7.04 30.4 -
YUV 73.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 108 41 152 0.29 0.73 0 0.40 276.22 0.58 0.38
Hex 6C 29 98 1D 49 0 28 114 3A 26
Octal 154 51 230 35 111 0 50 424 72 46
Binary 1101100 101001 10011000 11101 1001001 0 101000 100010100 111010 100110

Color Harmonies of #6C2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2998

Black with #6C2998

Text Example


Text Example

White with #6C2998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,41,152); }

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

background-color css

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

 a { background-color: rgb(108,41,152); }

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

border-color css

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

 span { border-color: rgb(108,41,152); }

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