Html Css Color HEX #60299F Royal Purple

📋 copy color: '#60299F'

red 96 ◦ green 41 ◦ blue 159

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

Shades of Royal Purple #60299F

Tints of Royal Purple #60299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 32.43%
G = 13.85%
B = 53.72%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60299F (or 0x60299F) is known color: Royal Purple. HEX triplet: 60, 29 and 9F. RGB value is (96,41,159). Sum of RGB (Red+Green+Blue) = 96+41+159=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #60299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60299F is #9FD660. Grayscale: #464646. Windows color (decimal): -10475105 or 10430816. OLE color: 10430816.

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

Color convert

RGB 96 41 159 -
CMYK 0.40 0.74 0 0.38
HSL 267.97º 0.59% 0.39% -
HSV(B) 267.97º 0.74% 0.62% -
XYZ 11.87 6.58 33.44 -
YUV 70.9 177.72 145.91 -
System Red Green Blue C M Y K H S L
Decimal 96 41 159 0.40 0.74 0 0.38 267.97 0.59 0.39
Hex 60 29 9F 28 4A 0 26 10C 3B 27
Octal 140 51 237 50 112 0 46 414 73 47
Binary 1100000 101001 10011111 101000 1001010 0 100110 100001100 111011 100111

Color Harmonies of #60299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60299F

Black with #60299F

Text Example


Text Example

White with #60299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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