Html Css Color HEX #6037AE Royal Purple

📋 copy color: '#6037AE'

red 96 ◦ green 55 ◦ blue 174

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

Shades of Royal Purple #6037AE

Tints of Royal Purple #6037AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 29.54%
G = 16.92%
B = 53.54%

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

#6037AE (or 0x6037AE) is known color: Royal Purple. HEX triplet: 60, 37 and AE. RGB value is (96,55,174). Sum of RGB (Red+Green+Blue) = 96+55+174=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #6037AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6037AE is #9FC851. Grayscale: #505050. Windows color (decimal): -10471506 or 11417440. OLE color: 11417440.

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

Color convert

RGB 96 55 174 -
CMYK 0.45 0.68 0 0.32
HSL 260.67º 0.52% 0.45% -
HSV(B) 260.67º 0.68% 0.68% -
XYZ 13.83 8.28 40.91 -
YUV 80.83 180.58 138.82 -
System Red Green Blue C M Y K H S L
Decimal 96 55 174 0.45 0.68 0 0.32 260.67 0.52 0.45
Hex 60 37 AE 2D 44 0 20 105 34 2D
Octal 140 67 256 55 104 0 40 405 64 55
Binary 1100000 110111 10101110 101101 1000100 0 100000 100000101 110100 101101

Color Harmonies of #6037AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6037AE

Black with #6037AE

Text Example


Text Example

White with #6037AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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