Html Css Color HEX #6039AC Royal Purple

📋 copy color: '#6039AC'

red 96 ◦ green 57 ◦ blue 172

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

Shades of Royal Purple #6039AC

Tints of Royal Purple #6039AC

RGB

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

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

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

R = 29.54%
G = 17.54%
B = 52.92%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6039AC (or 0x6039AC) is known color: Royal Purple. HEX triplet: 60, 39 and AC. RGB value is (96,57,172). Sum of RGB (Red+Green+Blue) = 96+57+172=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 172 (67.58% from 255 or 52.92% from 325); Max value from RGB is 172 - color contains mainly: blue. Hex color #6039AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6039AC is #9FC653. Grayscale: #515151. Windows color (decimal): -10470996 or 11286880. OLE color: 11286880.

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

Color convert

RGB 96 57 172 -
CMYK 0.44 0.67 0 0.33
HSL 260.35º 0.5% 0.45% -
HSV(B) 260.35º 0.67% 0.67% -
XYZ 13.73 8.39 39.93 -
YUV 81.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 96 57 172 0.44 0.67 0 0.33 260.35 0.5 0.45
Hex 60 39 AC 2C 43 0 21 104 32 2D
Octal 140 71 254 54 103 0 41 404 62 55
Binary 1100000 111001 10101100 101100 1000011 0 100001 100000100 110010 101101

Color Harmonies of #6039AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6039AC

Black with #6039AC

Text Example


Text Example

White with #6039AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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