Html Css Color HEX #60349B Royal Purple

📋 copy color: '#60349B'

red 96 ◦ green 52 ◦ blue 155

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

Shades of Royal Purple #60349B

Tints of Royal Purple #60349B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 31.68%
G = 17.16%
B = 51.16%

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

#60349B (or 0x60349B) is known color: Royal Purple. HEX triplet: 60, 34 and 9B. RGB value is (96,52,155). Sum of RGB (Red+Green+Blue) = 96+52+155=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #60349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60349B is #9FCB64. Grayscale: #4C4C4C. Windows color (decimal): -10472293 or 10171488. OLE color: 10171488.

HSL color Cylindrical-coordinate representation of color #60349B: hue angle of 265.63º degrees, saturation: 0.5, 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 #60349B is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 52 155 -
CMYK 0.38 0.66 0 0.39
HSL 265.63º 0.5% 0.41% -
HSV(B) 265.63º 0.66% 0.61% -
XYZ 11.97 7.31 31.79 -
YUV 76.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 96 52 155 0.38 0.66 0 0.39 265.63 0.5 0.41
Hex 60 34 9B 26 42 0 27 10A 32 29
Octal 140 64 233 46 102 0 47 412 62 51
Binary 1100000 110100 10011011 100110 1000010 0 100111 100001010 110010 101001

Color Harmonies of #60349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60349B

Black with #60349B

Text Example


Text Example

White with #60349B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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