Html Css Color HEX #6A32AB Royal Purple

📋 copy color: '#6A32AB'

red 106 ◦ green 50 ◦ blue 171

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

Shades of Royal Purple #6A32AB

Tints of Royal Purple #6A32AB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 32.42%
G = 15.29%
B = 52.29%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A32AB (or 0x6A32AB) is known color: Royal Purple. HEX triplet: 6A, 32 and AB. RGB value is (106,50,171). Sum of RGB (Red+Green+Blue) = 106+50+171=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A32AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A32AB is #95CD54. Grayscale: #505050. Windows color (decimal): -9817429 or 11219562. OLE color: 11219562.

HSL color Cylindrical-coordinate representation of color #6A32AB: hue angle of 267.77º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A32AB is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 50 171 -
CMYK 0.38 0.71 0 0.33
HSL 267.77º 0.55% 0.43% -
HSV(B) 267.77º 0.71% 0.67% -
XYZ 14.44 8.29 39.37 -
YUV 80.54 179.05 146.16 -
System Red Green Blue C M Y K H S L
Decimal 106 50 171 0.38 0.71 0 0.33 267.77 0.55 0.43
Hex 6A 32 AB 26 47 0 21 10C 37 2B
Octal 152 62 253 46 107 0 41 414 67 53
Binary 1101010 110010 10101011 100110 1000111 0 100001 100001100 110111 101011

Color Harmonies of #6A32AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A32AB

Black with #6A32AB

Text Example


Text Example

White with #6A32AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,50,171); }

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

background-color css

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

 a { background-color: rgb(106,50,171); }

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

border-color css

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

 span { border-color: rgb(106,50,171); }

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