Html Css Color HEX #6B2299 Royal Purple

📋 copy color: '#6B2299'

red 107 ◦ green 34 ◦ blue 153

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

Shades of Royal Purple #6B2299

Tints of Royal Purple #6B2299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.56%

 BLUE value IS 153 (60.16% from 255) = 52.04%

R = 36.39%
G = 11.56%
B = 52.04%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6B2299 (or 0x6B2299) is known color: Royal Purple. HEX triplet: 6B, 22 and 99. RGB value is (107,34,153). Sum of RGB (Red+Green+Blue) = 107+34+153=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B2299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2299 is #94DD66. Grayscale: #444444. Windows color (decimal): -9756007 or 10035819. OLE color: 10035819.

HSL color Cylindrical-coordinate representation of color #6B2299: hue angle of 276.81º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B2299 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 107 34 153 -
CMYK 0.30 0.78 0 0.4
HSL 276.81º 0.64% 0.37% -
HSV(B) 276.81º 0.78% 0.6% -
XYZ 12.39 6.57 30.75 -
YUV 69.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 107 34 153 0.30 0.78 0 0.4 276.81 0.64 0.37
Hex 6B 22 99 1E 4E 0 28 115 40 25
Octal 153 42 231 36 116 0 50 425 100 45
Binary 1101011 100010 10011001 11110 1001110 0 101000 100010101 1000000 100101

Color Harmonies of #6B2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2299

Black with #6B2299

Text Example


Text Example

White with #6B2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,34,153); }

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

background-color css

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

 a { background-color: rgb(107,34,153); }

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

border-color css

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

 span { border-color: rgb(107,34,153); }

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