Html Css Color HEX #6A2299 Royal Purple

📋 copy color: '#6A2299'

red 106 ◦ green 34 ◦ blue 153

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

Shades of Royal Purple #6A2299

Tints of Royal Purple #6A2299

RGB

 RED value IS 106 (41.8% from 255) = 36.18%

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

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

R = 36.18%
G = 11.6%
B = 52.22%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A2299 (or 0x6A2299) is known color: Royal Purple. HEX triplet: 6A, 22 and 99. RGB value is (106,34,153). Sum of RGB (Red+Green+Blue) = 106+34+153=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A2299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2299 is #95DD66. Grayscale: #444444. Windows color (decimal): -9821543 or 10035818. OLE color: 10035818.

HSL color Cylindrical-coordinate representation of color #6A2299: hue angle of 276.3º 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 #6A2299 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 106 34 153 -
CMYK 0.31 0.78 0 0.4
HSL 276.3º 0.64% 0.37% -
HSV(B) 276.3º 0.78% 0.6% -
XYZ 12.27 6.51 30.75 -
YUV 69.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 106 34 153 0.31 0.78 0 0.4 276.3 0.64 0.37
Hex 6A 22 99 1F 4E 0 28 114 40 25
Octal 152 42 231 37 116 0 50 424 100 45
Binary 1101010 100010 10011001 11111 1001110 0 101000 100010100 1000000 100101

Color Harmonies of #6A2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2299

Black with #6A2299

Text Example


Text Example

White with #6A2299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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