Html Css Color HEX #6A2D91 Royal Purple

📋 copy color: '#6A2D91'

red 106 ◦ green 45 ◦ blue 145

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

Shades of Royal Purple #6A2D91

Tints of Royal Purple #6A2D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 35.81%
G = 15.2%
B = 48.99%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A2D91 (or 0x6A2D91) is known color: Royal Purple. HEX triplet: 6A, 2D and 91. RGB value is (106,45,145). Sum of RGB (Red+Green+Blue) = 106+45+145=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A2D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2D91 is #95D26E. Grayscale: #4A4A4A. Windows color (decimal): -9818735 or 9514346. OLE color: 9514346.

HSL color Cylindrical-coordinate representation of color #6A2D91: hue angle of 276.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2D91 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 45 145 -
CMYK 0.27 0.69 0 0.43
HSL 276.6º 0.53% 0.37% -
HSV(B) 276.6º 0.69% 0.57% -
XYZ 11.99 6.99 27.5 -
YUV 74.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 106 45 145 0.27 0.69 0 0.43 276.6 0.53 0.37
Hex 6A 2D 91 1B 45 0 2B 115 35 25
Octal 152 55 221 33 105 0 53 425 65 45
Binary 1101010 101101 10010001 11011 1000101 0 101011 100010101 110101 100101

Color Harmonies of #6A2D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2D91

Black with #6A2D91

Text Example


Text Example

White with #6A2D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,45,145); }

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

background-color css

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

 a { background-color: rgb(106,45,145); }

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

border-color css

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

 span { border-color: rgb(106,45,145); }

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