Html Css Color HEX #60349D Royal Purple

📋 copy color: '#60349D'

red 96 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #60349D

Tints of Royal Purple #60349D

RGB

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

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

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

R = 31.48%
G = 17.05%
B = 51.48%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60349D (or 0x60349D) is known color: Royal Purple. HEX triplet: 60, 34 and 9D. RGB value is (96,52,157). Sum of RGB (Red+Green+Blue) = 96+52+157=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #60349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60349D is #9FCB62. Grayscale: #4C4C4C. Windows color (decimal): -10472291 or 10302560. OLE color: 10302560.

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

Color convert

RGB 96 52 157 -
CMYK 0.39 0.67 0 0.38
HSL 265.14º 0.5% 0.41% -
HSV(B) 265.14º 0.67% 0.62% -
XYZ 12.14 7.38 32.68 -
YUV 77.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 96 52 157 0.39 0.67 0 0.38 265.14 0.5 0.41
Hex 60 34 9D 27 43 0 26 109 32 29
Octal 140 64 235 47 103 0 46 411 62 51
Binary 1100000 110100 10011101 100111 1000011 0 100110 100001001 110010 101001

Color Harmonies of #60349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60349D

Black with #60349D

Text Example


Text Example

White with #60349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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