Html Css Color HEX #6B2998 Royal Purple

📋 copy color: '#6B2998'

red 107 ◦ green 41 ◦ blue 152

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

Shades of Royal Purple #6B2998

Tints of Royal Purple #6B2998

RGB

 RED value IS 107 (42.19% from 255) = 35.67%

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

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

R = 35.67%
G = 13.67%
B = 50.67%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B2998 (or 0x6B2998) is known color: Royal Purple. HEX triplet: 6B, 29 and 98. RGB value is (107,41,152). Sum of RGB (Red+Green+Blue) = 107+41+152=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B2998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2998 is #94D667. Grayscale: #494949. Windows color (decimal): -9754216 or 9972075. OLE color: 9972075.

HSL color Cylindrical-coordinate representation of color #6B2998: hue angle of 275.68º 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 #6B2998 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 41 152 -
CMYK 0.30 0.73 0 0.40
HSL 275.68º 0.58% 0.38% -
HSV(B) 275.68º 0.73% 0.6% -
XYZ 12.52 6.98 30.39 -
YUV 73.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 107 41 152 0.30 0.73 0 0.40 275.68 0.58 0.38
Hex 6B 29 98 1E 49 0 28 114 3A 26
Octal 153 51 230 36 111 0 50 424 72 46
Binary 1101011 101001 10011000 11110 1001001 0 101000 100010100 111010 100110

Color Harmonies of #6B2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2998

Black with #6B2998

Text Example


Text Example

White with #6B2998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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