Html Css Color HEX #6A2399 Royal Purple

📋 copy color: '#6A2399'

red 106 ◦ green 35 ◦ blue 153

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

Shades of Royal Purple #6A2399

Tints of Royal Purple #6A2399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 36.05%
G = 11.9%
B = 52.04%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6A2399 (or 0x6A2399) is known color: Royal Purple. HEX triplet: 6A, 23 and 99. RGB value is (106,35,153). Sum of RGB (Red+Green+Blue) = 106+35+153=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 35 (14.06% from 255 or 11.90% 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 #6A2399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2399 is #95DC66. Grayscale: #454545. Windows color (decimal): -9821287 or 10036074. OLE color: 10036074.

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

Color convert

RGB 106 35 153 -
CMYK 0.31 0.77 0 0.4
HSL 276.1º 0.63% 0.37% -
HSV(B) 276.1º 0.77% 0.6% -
XYZ 12.29 6.57 30.76 -
YUV 69.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 106 35 153 0.31 0.77 0 0.4 276.1 0.63 0.37
Hex 6A 23 99 1F 4D 0 28 114 3F 25
Octal 152 43 231 37 115 0 50 424 77 45
Binary 1101010 100011 10011001 11111 1001101 0 101000 100010100 111111 100101

Color Harmonies of #6A2399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2399

Black with #6A2399

Text Example


Text Example

White with #6A2399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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