Html Css Color HEX #6039AD Royal Purple

📋 copy color: '#6039AD'

red 96 ◦ green 57 ◦ blue 173

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

Shades of Royal Purple #6039AD

Tints of Royal Purple #6039AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.48%

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

R = 29.45%
G = 17.48%
B = 53.07%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6039AD (or 0x6039AD) is known color: Royal Purple. HEX triplet: 60, 39 and AD. RGB value is (96,57,173). Sum of RGB (Red+Green+Blue) = 96+57+173=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #6039AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6039AD is #9FC652. Grayscale: #515151. Windows color (decimal): -10470995 or 11352416. OLE color: 11352416.

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

Color convert

RGB 96 57 173 -
CMYK 0.45 0.67 0 0.32
HSL 260.17º 0.5% 0.45% -
HSV(B) 260.17º 0.67% 0.68% -
XYZ 13.83 8.43 40.43 -
YUV 81.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 96 57 173 0.45 0.67 0 0.32 260.17 0.5 0.45
Hex 60 39 AD 2D 43 0 20 104 32 2D
Octal 140 71 255 55 103 0 40 404 62 55
Binary 1100000 111001 10101101 101101 1000011 0 100000 100000100 110010 101101

Color Harmonies of #6039AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6039AD

Black with #6039AD

Text Example


Text Example

White with #6039AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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