Html Css Color HEX #6A37AB Royal Purple

📋 copy color: '#6A37AB'

red 106 ◦ green 55 ◦ blue 171

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

Shades of Royal Purple #6A37AB

Tints of Royal Purple #6A37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

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

R = 31.93%
G = 16.57%
B = 51.51%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A37AB (or 0x6A37AB) is known color: Royal Purple. HEX triplet: 6A, 37 and AB. RGB value is (106,55,171). Sum of RGB (Red+Green+Blue) = 106+55+171=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A37AB is #95C854. Grayscale: #535353. Windows color (decimal): -9816149 or 11220842. OLE color: 11220842.

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

Color convert

RGB 106 55 171 -
CMYK 0.38 0.68 0 0.33
HSL 266.38º 0.51% 0.44% -
HSV(B) 266.38º 0.68% 0.67% -
XYZ 14.66 8.74 39.44 -
YUV 83.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 106 55 171 0.38 0.68 0 0.33 266.38 0.51 0.44
Hex 6A 37 AB 26 44 0 21 10A 33 2C
Octal 152 67 253 46 104 0 41 412 63 54
Binary 1101010 110111 10101011 100110 1000100 0 100001 100001010 110011 101100

Color Harmonies of #6A37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A37AB

Black with #6A37AB

Text Example


Text Example

White with #6A37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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