Html Css Color HEX #60389F Royal Purple

📋 copy color: '#60389F'

red 96 ◦ green 56 ◦ blue 159

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

Shades of Royal Purple #60389F

Tints of Royal Purple #60389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

 BLUE value IS 159 (62.5% from 255) = 51.13%

R = 30.87%
G = 18.01%
B = 51.13%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60389F (or 0x60389F) is known color: Royal Purple. HEX triplet: 60, 38 and 9F. RGB value is (96,56,159). Sum of RGB (Red+Green+Blue) = 96+56+159=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #60389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60389F is #9FC760. Grayscale: #4F4F4F. Windows color (decimal): -10471265 or 10434656. OLE color: 10434656.

HSL color Cylindrical-coordinate representation of color #60389F: hue angle of 263.3º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60389F is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 56 159 -
CMYK 0.40 0.65 0 0.38
HSL 263.3º 0.48% 0.42% -
HSV(B) 263.3º 0.65% 0.62% -
XYZ 12.5 7.82 33.65 -
YUV 79.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 96 56 159 0.40 0.65 0 0.38 263.3 0.48 0.42
Hex 60 38 9F 28 41 0 26 107 30 2A
Octal 140 70 237 50 101 0 46 407 60 52
Binary 1100000 111000 10011111 101000 1000001 0 100110 100000111 110000 101010

Color Harmonies of #60389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60389F

Black with #60389F

Text Example


Text Example

White with #60389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60389F; }

 p { color: rgb(96,56,159); }

 H1.HeaderClassName
 {
   color: #60389F;
 }
 .AnyTagClassName
 {
   color: #60389F;
 }
</style>

background-color css

<style>
 a { background-color: #60389F; }

 a { background-color: rgb(96,56,159); }

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

border-color css

<style>
 span { border-color: #60389F; }

 span { border-color: rgb(96,56,159); }

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