Html Css Color HEX #6A2B92 Royal Purple

📋 copy color: '#6A2B92'

red 106 ◦ green 43 ◦ blue 146

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

Shades of Royal Purple #6A2B92

Tints of Royal Purple #6A2B92

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.58%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 35.93%
G = 14.58%
B = 49.49%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A2B92 (or 0x6A2B92) is known color: Royal Purple. HEX triplet: 6A, 2B and 92. RGB value is (106,43,146). Sum of RGB (Red+Green+Blue) = 106+43+146=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #6A2B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2B92 is #95D46D. Grayscale: #494949. Windows color (decimal): -9819246 or 9579370. OLE color: 9579370.

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

Color convert

RGB 106 43 146 -
CMYK 0.27 0.71 0 0.43
HSL 276.7º 0.54% 0.37% -
HSV(B) 276.7º 0.71% 0.57% -
XYZ 12 6.87 27.89 -
YUV 73.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 106 43 146 0.27 0.71 0 0.43 276.7 0.54 0.37
Hex 6A 2B 92 1B 47 0 2B 115 36 25
Octal 152 53 222 33 107 0 53 425 66 45
Binary 1101010 101011 10010010 11011 1000111 0 101011 100010101 110110 100101

Color Harmonies of #6A2B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2B92

Black with #6A2B92

Text Example


Text Example

White with #6A2B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,43,146); }

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

background-color css

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

 a { background-color: rgb(106,43,146); }

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

border-color css

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

 span { border-color: rgb(106,43,146); }

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