Html Css Color HEX #60239F Royal Purple

📋 copy color: '#60239F'

red 96 ◦ green 35 ◦ blue 159

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

Shades of Royal Purple #60239F

Tints of Royal Purple #60239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 159 (62.5% from 255) = 54.83%

R = 33.1%
G = 12.07%
B = 54.83%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60239F (or 0x60239F) is known color: Royal Purple. HEX triplet: 60, 23 and 9F. RGB value is (96,35,159). Sum of RGB (Red+Green+Blue) = 96+35+159=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #60239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60239F is #9FDC60. Grayscale: #424242. Windows color (decimal): -10476641 or 10429280. OLE color: 10429280.

HSL color Cylindrical-coordinate representation of color #60239F: hue angle of 269.52º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60239F is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 35 159 -
CMYK 0.40 0.78 0 0.38
HSL 269.52º 0.64% 0.38% -
HSV(B) 269.52º 0.78% 0.62% -
XYZ 11.68 6.19 33.38 -
YUV 67.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 96 35 159 0.40 0.78 0 0.38 269.52 0.64 0.38
Hex 60 23 9F 28 4E 0 26 10E 40 26
Octal 140 43 237 50 116 0 46 416 100 46
Binary 1100000 100011 10011111 101000 1001110 0 100110 100001110 1000000 100110

Color Harmonies of #60239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60239F

Black with #60239F

Text Example


Text Example

White with #60239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60239F; }

 p { color: rgb(96,35,159); }

 H1.HeaderClassName
 {
   color: #60239F;
 }
 .AnyTagClassName
 {
   color: #60239F;
 }
</style>

background-color css

<style>
 a { background-color: #60239F; }

 a { background-color: rgb(96,35,159); }

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

border-color css

<style>
 span { border-color: #60239F; }

 span { border-color: rgb(96,35,159); }

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