Html Css Color HEX #6037AA Royal Purple

📋 copy color: '#6037AA'

red 96 ◦ green 55 ◦ blue 170

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

Shades of Royal Purple #6037AA

Tints of Royal Purple #6037AA

RGB

 RED value IS 96 (37.89% from 255) = 29.91%

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

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 29.91%
G = 17.13%
B = 52.96%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6037AA (or 0x6037AA) is known color: Royal Purple. HEX triplet: 60, 37 and AA. RGB value is (96,55,170). Sum of RGB (Red+Green+Blue) = 96+55+170=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6037AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6037AA is #9FC855. Grayscale: #4F4F4F. Windows color (decimal): -10471510 or 11155296. OLE color: 11155296.

HSL color Cylindrical-coordinate representation of color #6037AA: hue angle of 261.39º 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 #6037AA is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 55 170 -
CMYK 0.44 0.68 0 0.33
HSL 261.39º 0.51% 0.44% -
HSV(B) 261.39º 0.68% 0.67% -
XYZ 13.45 8.12 38.89 -
YUV 80.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 96 55 170 0.44 0.68 0 0.33 261.39 0.51 0.44
Hex 60 37 AA 2C 44 0 21 105 33 2C
Octal 140 67 252 54 104 0 41 405 63 54
Binary 1100000 110111 10101010 101100 1000100 0 100001 100000101 110011 101100

Color Harmonies of #6037AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037AA

Black with #6037AA

Text Example


Text Example

White with #6037AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6037AA; }

 p { color: rgb(96,55,170); }

 H1.HeaderClassName
 {
   color: #6037AA;
 }
 .AnyTagClassName
 {
   color: #6037AA;
 }
</style>

background-color css

<style>
 a { background-color: #6037AA; }

 a { background-color: rgb(96,55,170); }

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

border-color css

<style>
 span { border-color: #6037AA; }

 span { border-color: rgb(96,55,170); }

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