Html Css Color HEX #60259C Royal Purple

📋 copy color: '#60259C'

red 96 ◦ green 37 ◦ blue 156

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

Shades of Royal Purple #60259C

Tints of Royal Purple #60259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 33.22%
G = 12.8%
B = 53.98%

CMYK

 C value IS 0.38

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60259C (or 0x60259C) is known color: Royal Purple. HEX triplet: 60, 25 and 9C. RGB value is (96,37,156). Sum of RGB (Red+Green+Blue) = 96+37+156=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #60259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60259C is #9FDA63. Grayscale: #434343. Windows color (decimal): -10476132 or 10233184. OLE color: 10233184.

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

Color convert

RGB 96 37 156 -
CMYK 0.38 0.76 0 0.39
HSL 269.75º 0.62% 0.38% -
HSV(B) 269.75º 0.76% 0.61% -
XYZ 11.49 6.21 32.05 -
YUV 68.21 177.55 147.82 -
System Red Green Blue C M Y K H S L
Decimal 96 37 156 0.38 0.76 0 0.39 269.75 0.62 0.38
Hex 60 25 9C 26 4C 0 27 10E 3E 26
Octal 140 45 234 46 114 0 47 416 76 46
Binary 1100000 100101 10011100 100110 1001100 0 100111 100001110 111110 100110

Color Harmonies of #60259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60259C

Black with #60259C

Text Example


Text Example

White with #60259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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