Html Css Color HEX #60189D Royal Purple

📋 copy color: '#60189D'

red 96 ◦ green 24 ◦ blue 157

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

Shades of Royal Purple #60189D

Tints of Royal Purple #60189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.66%

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 34.66%
G = 8.66%
B = 56.68%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60189D (or 0x60189D) is known color: Royal Purple. HEX triplet: 60, 18 and 9D. RGB value is (96,24,157). Sum of RGB (Red+Green+Blue) = 96+24+157=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #60189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60189D is #9FE762. Grayscale: #3C3C3C. Windows color (decimal): -10479459 or 10295392. OLE color: 10295392.

HSL color Cylindrical-coordinate representation of color #60189D: hue angle of 272.48º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60189D is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 24 157 -
CMYK 0.39 0.85 0 0.38
HSL 272.48º 0.73% 0.35% -
HSV(B) 272.48º 0.85% 0.62% -
XYZ 11.24 5.57 32.38 -
YUV 60.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 96 24 157 0.39 0.85 0 0.38 272.48 0.73 0.35
Hex 60 18 9D 27 55 0 26 110 49 23
Octal 140 30 235 47 125 0 46 420 111 43
Binary 1100000 11000 10011101 100111 1010101 0 100110 100010000 1001001 100011

Color Harmonies of #60189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60189D

Black with #60189D

Text Example


Text Example

White with #60189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60189D; }

 p { color: rgb(96,24,157); }

 H1.HeaderClassName
 {
   color: #60189D;
 }
 .AnyTagClassName
 {
   color: #60189D;
 }
</style>

background-color css

<style>
 a { background-color: #60189D; }

 a { background-color: rgb(96,24,157); }

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

border-color css

<style>
 span { border-color: #60189D; }

 span { border-color: rgb(96,24,157); }

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