Html Css Color HEX #603058 Palatinate Purple

📋 copy color: '#603058'

red 96 ◦ green 48 ◦ blue 88

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

Shades of Palatinate Purple #603058

Tints of Palatinate Purple #603058

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 41.38%
G = 20.69%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#603058 (or 0x603058) is known color: Palatinate Purple. HEX triplet: 60, 30 and 58. RGB value is (96,48,88). Sum of RGB (Red+Green+Blue) = 96+48+88=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603058 is #9FCFA7. Grayscale: #424242. Windows color (decimal): -10473384 or 5779552. OLE color: 5779552.

HSL color Cylindrical-coordinate representation of color #603058: hue angle of 310º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603058 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 88 -
CMYK 0 0.50 0.08 0.62
HSL 310º 0.33% 0.28% -
HSV(B) 310º 0.5% 0.38% -
XYZ 7.64 5.31 9.85 -
YUV 66.91 139.9 148.75 -
System Red Green Blue C M Y K H S L
Decimal 96 48 88 0 0.50 0.08 0.62 310 0.33 0.28
Hex 60 30 58 0 32 8 3E 136 21 1C
Octal 140 60 130 0 62 10 76 466 41 34
Binary 1100000 110000 1011000 0 110010 1000 111110 100110110 100001 11100

Color Harmonies of #603058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603058

Black with #603058

Text Example


Text Example

White with #603058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603058; }

 p { color: rgb(96,48,88); }

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

background-color css

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

 a { background-color: rgb(96,48,88); }

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

border-color css

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

 span { border-color: rgb(96,48,88); }

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