Html Css Color HEX #60349E Royal Purple

📋 copy color: '#60349E'

red 96 ◦ green 52 ◦ blue 158

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

Shades of Royal Purple #60349E

Tints of Royal Purple #60349E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.63%

R = 31.37%
G = 16.99%
B = 51.63%

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

#60349E (or 0x60349E) is known color: Royal Purple. HEX triplet: 60, 34 and 9E. RGB value is (96,52,158). Sum of RGB (Red+Green+Blue) = 96+52+158=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #60349E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60349E is #9FCB61. Grayscale: #4C4C4C. Windows color (decimal): -10472290 or 10368096. OLE color: 10368096.

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

Color convert

RGB 96 52 158 -
CMYK 0.39 0.67 0 0.38
HSL 264.91º 0.5% 0.41% -
HSV(B) 264.91º 0.67% 0.62% -
XYZ 12.22 7.41 33.13 -
YUV 77.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 96 52 158 0.39 0.67 0 0.38 264.91 0.5 0.41
Hex 60 34 9E 27 43 0 26 109 32 29
Octal 140 64 236 47 103 0 46 411 62 51
Binary 1100000 110100 10011110 100111 1000011 0 100110 100001001 110010 101001

Color Harmonies of #60349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60349E

Black with #60349E

Text Example


Text Example

White with #60349E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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