Html Css Color HEX #60379C Royal Purple

📋 copy color: '#60379C'

red 96 ◦ green 55 ◦ blue 156

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

Shades of Royal Purple #60379C

Tints of Royal Purple #60379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.81%

R = 31.27%
G = 17.92%
B = 50.81%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60379C (or 0x60379C) is known color: Royal Purple. HEX triplet: 60, 37 and 9C. RGB value is (96,55,156). Sum of RGB (Red+Green+Blue) = 96+55+156=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #60379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60379C is #9FC863. Grayscale: #4E4E4E. Windows color (decimal): -10471524 or 10237792. OLE color: 10237792.

HSL color Cylindrical-coordinate representation of color #60379C: hue angle of 264.36º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60379C is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 55 156 -
CMYK 0.38 0.65 0 0.39
HSL 264.36º 0.48% 0.41% -
HSV(B) 264.36º 0.65% 0.61% -
XYZ 12.19 7.62 32.28 -
YUV 78.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 96 55 156 0.38 0.65 0 0.39 264.36 0.48 0.41
Hex 60 37 9C 26 41 0 27 108 30 29
Octal 140 67 234 46 101 0 47 410 60 51
Binary 1100000 110111 10011100 100110 1000001 0 100111 100001000 110000 101001

Color Harmonies of #60379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60379C

Black with #60379C

Text Example


Text Example

White with #60379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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