Html Css Color HEX #60339D Royal Purple

📋 copy color: '#60339D'

red 96 ◦ green 51 ◦ blue 157

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

Shades of Royal Purple #60339D

Tints of Royal Purple #60339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 31.58%
G = 16.78%
B = 51.64%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60339D (or 0x60339D) is known color: Royal Purple. HEX triplet: 60, 33 and 9D. RGB value is (96,51,157). Sum of RGB (Red+Green+Blue) = 96+51+157=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #60339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60339D is #9FCC62. Grayscale: #4C4C4C. Windows color (decimal): -10472547 or 10302304. OLE color: 10302304.

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

Color convert

RGB 96 51 157 -
CMYK 0.39 0.68 0 0.38
HSL 265.47º 0.51% 0.41% -
HSV(B) 265.47º 0.68% 0.62% -
XYZ 12.09 7.29 32.67 -
YUV 76.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 96 51 157 0.39 0.68 0 0.38 265.47 0.51 0.41
Hex 60 33 9D 27 44 0 26 109 33 29
Octal 140 63 235 47 104 0 46 411 63 51
Binary 1100000 110011 10011101 100111 1000100 0 100110 100001001 110011 101001

Color Harmonies of #60339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60339D

Black with #60339D

Text Example


Text Example

White with #60339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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