Html Css Color HEX #60359B Royal Purple

📋 copy color: '#60359B'

red 96 ◦ green 53 ◦ blue 155

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

Shades of Royal Purple #60359B

Tints of Royal Purple #60359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 31.58%
G = 17.43%
B = 50.99%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60359B (or 0x60359B) is known color: Royal Purple. HEX triplet: 60, 35 and 9B. RGB value is (96,53,155). Sum of RGB (Red+Green+Blue) = 96+53+155=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #60359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60359B is #9FCA64. Grayscale: #4D4D4D. Windows color (decimal): -10472037 or 10171744. OLE color: 10171744.

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

Color convert

RGB 96 53 155 -
CMYK 0.38 0.66 0 0.39
HSL 265.29º 0.49% 0.41% -
HSV(B) 265.29º 0.66% 0.61% -
XYZ 12.01 7.4 31.81 -
YUV 77.49 171.75 141.21 -
System Red Green Blue C M Y K H S L
Decimal 96 53 155 0.38 0.66 0 0.39 265.29 0.49 0.41
Hex 60 35 9B 26 42 0 27 109 31 29
Octal 140 65 233 46 102 0 47 411 61 51
Binary 1100000 110101 10011011 100110 1000010 0 100111 100001001 110001 101001

Color Harmonies of #60359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60359B

Black with #60359B

Text Example


Text Example

White with #60359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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