Html Css Color HEX #60379D Royal Purple

📋 copy color: '#60379D'

red 96 ◦ green 55 ◦ blue 157

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

Shades of Royal Purple #60379D

Tints of Royal Purple #60379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.97%

R = 31.17%
G = 17.86%
B = 50.97%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60379D (or 0x60379D) is known color: Royal Purple. HEX triplet: 60, 37 and 9D. RGB value is (96,55,157). Sum of RGB (Red+Green+Blue) = 96+55+157=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #60379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60379D is #9FC862. Grayscale: #4E4E4E. Windows color (decimal): -10471523 or 10303328. OLE color: 10303328.

HSL color Cylindrical-coordinate representation of color #60379D: hue angle of 264.12º 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 #60379D is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 55 157 -
CMYK 0.39 0.65 0 0.38
HSL 264.12º 0.48% 0.42% -
HSV(B) 264.12º 0.65% 0.62% -
XYZ 12.28 7.65 32.73 -
YUV 78.89 172.08 140.21 -
System Red Green Blue C M Y K H S L
Decimal 96 55 157 0.39 0.65 0 0.38 264.12 0.48 0.42
Hex 60 37 9D 27 41 0 26 108 30 2A
Octal 140 67 235 47 101 0 46 410 60 52
Binary 1100000 110111 10011101 100111 1000001 0 100110 100001000 110000 101010

Color Harmonies of #60379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60379D

Black with #60379D

Text Example


Text Example

White with #60379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60379D; }

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

 H1.HeaderClassName
 {
   color: #60379D;
 }
 .AnyTagClassName
 {
   color: #60379D;
 }
</style>

background-color css

<style>
 a { background-color: #60379D; }

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

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

border-color css

<style>
 span { border-color: #60379D; }

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

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