Html Css Color HEX #60299E Royal Purple

📋 copy color: '#60299E'

red 96 ◦ green 41 ◦ blue 158

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

Shades of Royal Purple #60299E

Tints of Royal Purple #60299E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.56%

R = 32.54%
G = 13.9%
B = 53.56%

CMYK

 C value IS 0.39

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60299E (or 0x60299E) is known color: Royal Purple. HEX triplet: 60, 29 and 9E. RGB value is (96,41,158). Sum of RGB (Red+Green+Blue) = 96+41+158=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #60299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60299E is #9FD661. Grayscale: #464646. Windows color (decimal): -10475106 or 10365280. OLE color: 10365280.

HSL color Cylindrical-coordinate representation of color #60299E: hue angle of 268.21º 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 #60299E is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 41 158 -
CMYK 0.39 0.74 0 0.38
HSL 268.21º 0.59% 0.39% -
HSV(B) 268.21º 0.74% 0.62% -
XYZ 11.79 6.54 32.99 -
YUV 70.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 96 41 158 0.39 0.74 0 0.38 268.21 0.59 0.39
Hex 60 29 9E 27 4A 0 26 10C 3B 27
Octal 140 51 236 47 112 0 46 414 73 47
Binary 1100000 101001 10011110 100111 1001010 0 100110 100001100 111011 100111

Color Harmonies of #60299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60299E

Black with #60299E

Text Example


Text Example

White with #60299E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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