Html Css Color HEX #60289C Royal Purple

📋 copy color: '#60289C'

red 96 ◦ green 40 ◦ blue 156

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

Shades of Royal Purple #60289C

Tints of Royal Purple #60289C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 32.88%
G = 13.7%
B = 53.42%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60289C (or 0x60289C) is known color: Royal Purple. HEX triplet: 60, 28 and 9C. RGB value is (96,40,156). Sum of RGB (Red+Green+Blue) = 96+40+156=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #60289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60289C is #9FD763. Grayscale: #454545. Windows color (decimal): -10475364 or 10233952. OLE color: 10233952.

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

Color convert

RGB 96 40 156 -
CMYK 0.38 0.74 0 0.39
HSL 268.97º 0.59% 0.38% -
HSV(B) 268.97º 0.74% 0.61% -
XYZ 11.58 6.4 32.08 -
YUV 69.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 96 40 156 0.38 0.74 0 0.39 268.97 0.59 0.38
Hex 60 28 9C 26 4A 0 27 10D 3B 26
Octal 140 50 234 46 112 0 47 415 73 46
Binary 1100000 101000 10011100 100110 1001010 0 100111 100001101 111011 100110

Color Harmonies of #60289C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60289C

Black with #60289C

Text Example


Text Example

White with #60289C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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