Html Css Color HEX #6037AD Royal Purple

📋 copy color: '#6037AD'

red 96 ◦ green 55 ◦ blue 173

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

Shades of Royal Purple #6037AD

Tints of Royal Purple #6037AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 29.63%
G = 16.98%
B = 53.4%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6037AD (or 0x6037AD) is known color: Royal Purple. HEX triplet: 60, 37 and AD. RGB value is (96,55,173). Sum of RGB (Red+Green+Blue) = 96+55+173=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #6037AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6037AD is #9FC852. Grayscale: #505050. Windows color (decimal): -10471507 or 11351904. OLE color: 11351904.

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

Color convert

RGB 96 55 173 -
CMYK 0.45 0.68 0 0.32
HSL 260.85º 0.52% 0.45% -
HSV(B) 260.85º 0.68% 0.68% -
XYZ 13.73 8.24 40.4 -
YUV 80.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 96 55 173 0.45 0.68 0 0.32 260.85 0.52 0.45
Hex 60 37 AD 2D 44 0 20 105 34 2D
Octal 140 67 255 55 104 0 40 405 64 55
Binary 1100000 110111 10101101 101101 1000100 0 100000 100000101 110100 101101

Color Harmonies of #6037AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037AD

Black with #6037AD

Text Example


Text Example

White with #6037AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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