Html Css Color HEX #60279D Royal Purple

📋 copy color: '#60279D'

red 96 ◦ green 39 ◦ blue 157

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

Shades of Royal Purple #60279D

Tints of Royal Purple #60279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 32.88%
G = 13.36%
B = 53.77%

CMYK

 C value IS 0.39

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60279D (or 0x60279D) is known color: Royal Purple. HEX triplet: 60, 27 and 9D. RGB value is (96,39,157). Sum of RGB (Red+Green+Blue) = 96+39+157=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #60279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60279D is #9FD862. Grayscale: #454545. Windows color (decimal): -10475619 or 10299232. OLE color: 10299232.

HSL color Cylindrical-coordinate representation of color #60279D: hue angle of 268.98º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60279D is Cyan = 0.39, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 39 157 -
CMYK 0.39 0.75 0 0.38
HSL 268.98º 0.6% 0.38% -
HSV(B) 268.98º 0.75% 0.62% -
XYZ 11.64 6.37 32.52 -
YUV 69.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 96 39 157 0.39 0.75 0 0.38 268.98 0.6 0.38
Hex 60 27 9D 27 4B 0 26 10D 3C 26
Octal 140 47 235 47 113 0 46 415 74 46
Binary 1100000 100111 10011101 100111 1001011 0 100110 100001101 111100 100110

Color Harmonies of #60279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60279D

Black with #60279D

Text Example


Text Example

White with #60279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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