Html Css Color HEX #60209B Royal Purple

📋 copy color: '#60209B'

red 96 ◦ green 32 ◦ blue 155

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

Shades of Royal Purple #60209B

Tints of Royal Purple #60209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 33.92%
G = 11.31%
B = 54.77%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60209B (or 0x60209B) is known color: Royal Purple. HEX triplet: 60, 20 and 9B. RGB value is (96,32,155). Sum of RGB (Red+Green+Blue) = 96+32+155=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #60209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60209B is #9FDF64. Grayscale: #404040. Windows color (decimal): -10477413 or 10166368. OLE color: 10166368.

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

Color convert

RGB 96 32 155 -
CMYK 0.38 0.79 0 0.39
HSL 271.22º 0.66% 0.37% -
HSV(B) 271.22º 0.79% 0.61% -
XYZ 11.26 5.89 31.55 -
YUV 65.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 96 32 155 0.38 0.79 0 0.39 271.22 0.66 0.37
Hex 60 20 9B 26 4F 0 27 10F 42 25
Octal 140 40 233 46 117 0 47 417 102 45
Binary 1100000 100000 10011011 100110 1001111 0 100111 100001111 1000010 100101

Color Harmonies of #60209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60209B

Black with #60209B

Text Example


Text Example

White with #60209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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