Html Css Color HEX #60369D Royal Purple

📋 copy color: '#60369D'

red 96 ◦ green 54 ◦ blue 157

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

Shades of Royal Purple #60369D

Tints of Royal Purple #60369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 31.27%
G = 17.59%
B = 51.14%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60369D (or 0x60369D) is known color: Royal Purple. HEX triplet: 60, 36 and 9D. RGB value is (96,54,157). Sum of RGB (Red+Green+Blue) = 96+54+157=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #60369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60369D is #9FC962. Grayscale: #4D4D4D. Windows color (decimal): -10471779 or 10303072. OLE color: 10303072.

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

Color convert

RGB 96 54 157 -
CMYK 0.39 0.66 0 0.38
HSL 264.47º 0.49% 0.41% -
HSV(B) 264.47º 0.66% 0.62% -
XYZ 12.23 7.56 32.71 -
YUV 78.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 96 54 157 0.39 0.66 0 0.38 264.47 0.49 0.41
Hex 60 36 9D 27 42 0 26 108 31 29
Octal 140 66 235 47 102 0 46 410 61 51
Binary 1100000 110110 10011101 100111 1000010 0 100110 100001000 110001 101001

Color Harmonies of #60369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60369D

Black with #60369D

Text Example


Text Example

White with #60369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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