Html Css Color HEX #6037AC Royal Purple

📋 copy color: '#6037AC'

red 96 ◦ green 55 ◦ blue 172

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

Shades of Royal Purple #6037AC

Tints of Royal Purple #6037AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 29.72%
G = 17.03%
B = 53.25%

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

#6037AC (or 0x6037AC) is known color: Royal Purple. HEX triplet: 60, 37 and AC. RGB value is (96,55,172). Sum of RGB (Red+Green+Blue) = 96+55+172=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #6037AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6037AC is #9FC853. Grayscale: #505050. Windows color (decimal): -10471508 or 11286368. OLE color: 11286368.

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

Color convert

RGB 96 55 172 -
CMYK 0.44 0.68 0 0.33
HSL 261.03º 0.52% 0.45% -
HSV(B) 261.03º 0.68% 0.67% -
XYZ 13.64 8.2 39.89 -
YUV 80.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 96 55 172 0.44 0.68 0 0.33 261.03 0.52 0.45
Hex 60 37 AC 2C 44 0 21 105 34 2D
Octal 140 67 254 54 104 0 41 405 64 55
Binary 1100000 110111 10101100 101100 1000100 0 100001 100000101 110100 101101

Color Harmonies of #6037AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037AC

Black with #6037AC

Text Example


Text Example

White with #6037AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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