Html Css Color HEX #60209A Royal Purple

📋 copy color: '#60209A'

red 96 ◦ green 32 ◦ blue 154

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

Shades of Royal Purple #60209A

Tints of Royal Purple #60209A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 154 (60.55% from 255) = 54.61%

R = 34.04%
G = 11.35%
B = 54.61%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60209A (or 0x60209A) is known color: Royal Purple. HEX triplet: 60, 20 and 9A. RGB value is (96,32,154). Sum of RGB (Red+Green+Blue) = 96+32+154=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 154 (60.55% from 255 or 54.61% from 282); Max value from RGB is 154 - color contains mainly: blue. Hex color #60209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60209A is #9FDF65. Grayscale: #404040. Windows color (decimal): -10477414 or 10100832. OLE color: 10100832.

HSL color Cylindrical-coordinate representation of color #60209A: hue angle of 271.48º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60209A is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 32 154 -
CMYK 0.38 0.79 0 0.40
HSL 271.48º 0.66% 0.36% -
HSV(B) 271.48º 0.79% 0.6% -
XYZ 11.17 5.85 31.11 -
YUV 65.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 96 32 154 0.38 0.79 0 0.40 271.48 0.66 0.36
Hex 60 20 9A 26 4F 0 28 10F 42 24
Octal 140 40 232 46 117 0 50 417 102 44
Binary 1100000 100000 10011010 100110 1001111 0 101000 100001111 1000010 100100

Color Harmonies of #60209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60209A

Black with #60209A

Text Example


Text Example

White with #60209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60209A; }

 p { color: rgb(96,32,154); }

 H1.HeaderClassName
 {
   color: #60209A;
 }
 .AnyTagClassName
 {
   color: #60209A;
 }
</style>

background-color css

<style>
 a { background-color: #60209A; }

 a { background-color: rgb(96,32,154); }

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

border-color css

<style>
 span { border-color: #60209A; }

 span { border-color: rgb(96,32,154); }

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