Html Css Color HEX #60389C Royal Purple

📋 copy color: '#60389C'

red 96 ◦ green 56 ◦ blue 156

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

Shades of Royal Purple #60389C

Tints of Royal Purple #60389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

 BLUE value IS 156 (61.33% from 255) = 50.65%

R = 31.17%
G = 18.18%
B = 50.65%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60389C (or 0x60389C) is known color: Royal Purple. HEX triplet: 60, 38 and 9C. RGB value is (96,56,156). Sum of RGB (Red+Green+Blue) = 96+56+156=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #60389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60389C is #9FC763. Grayscale: #4F4F4F. Windows color (decimal): -10471268 or 10238048. OLE color: 10238048.

HSL color Cylindrical-coordinate representation of color #60389C: hue angle of 264º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #60389C is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 56 156 -
CMYK 0.38 0.64 0 0.39
HSL 264º 0.47% 0.42% -
HSV(B) 264º 0.64% 0.61% -
XYZ 12.24 7.72 32.3 -
YUV 79.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 96 56 156 0.38 0.64 0 0.39 264 0.47 0.42
Hex 60 38 9C 26 40 0 27 108 2F 2A
Octal 140 70 234 46 100 0 47 410 57 52
Binary 1100000 111000 10011100 100110 1000000 0 100111 100001000 101111 101010

Color Harmonies of #60389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60389C

Black with #60389C

Text Example


Text Example

White with #60389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60389C; }

 p { color: rgb(96,56,156); }

 H1.HeaderClassName
 {
   color: #60389C;
 }
 .AnyTagClassName
 {
   color: #60389C;
 }
</style>

background-color css

<style>
 a { background-color: #60389C; }

 a { background-color: rgb(96,56,156); }

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

border-color css

<style>
 span { border-color: #60389C; }

 span { border-color: rgb(96,56,156); }

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