Html Css Color HEX #60319F Royal Purple

📋 copy color: '#60319F'

red 96 ◦ green 49 ◦ blue 159

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

Shades of Royal Purple #60319F

Tints of Royal Purple #60319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

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

R = 31.58%
G = 16.12%
B = 52.3%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60319F (or 0x60319F) is known color: Royal Purple. HEX triplet: 60, 31 and 9F. RGB value is (96,49,159). Sum of RGB (Red+Green+Blue) = 96+49+159=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #60319F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60319F is #9FCE60. Grayscale: #4B4B4B. Windows color (decimal): -10473057 or 10432864. OLE color: 10432864.

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

Color convert

RGB 96 49 159 -
CMYK 0.40 0.69 0 0.38
HSL 265.64º 0.53% 0.41% -
HSV(B) 265.64º 0.69% 0.62% -
XYZ 12.18 7.19 33.55 -
YUV 75.59 175.07 142.56 -
System Red Green Blue C M Y K H S L
Decimal 96 49 159 0.40 0.69 0 0.38 265.64 0.53 0.41
Hex 60 31 9F 28 45 0 26 10A 35 29
Octal 140 61 237 50 105 0 46 412 65 51
Binary 1100000 110001 10011111 101000 1000101 0 100110 100001010 110101 101001

Color Harmonies of #60319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60319F

Black with #60319F

Text Example


Text Example

White with #60319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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