Html Css Color HEX #600260 Palatinate Purple

📋 copy color: '#600260'

red 96 ◦ green 2 ◦ blue 96

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

Shades of Palatinate Purple #600260

Tints of Palatinate Purple #600260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 49.48%
G = 1.03%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600260 (or 0x600260) is known color: Palatinate Purple. HEX triplet: 60, 02 and 60. RGB value is (96,2,96). Sum of RGB (Red+Green+Blue) = 96+2+96=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #600260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600260 is #9FFD9F. Grayscale: #282828. Windows color (decimal): -10485152 or 6292064. OLE color: 6292064.

HSL color Cylindrical-coordinate representation of color #600260: hue angle of 300º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #600260 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 96 -
CMYK 0 0.98 0 0.62
HSL 300º 0.96% 0.19% -
HSV(B) 300º 0.98% 0.38% -
XYZ 6.96 3.37 11.35 -
YUV 40.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 96 2 96 0 0.98 0 0.62 300 0.96 0.19
Hex 60 2 60 0 62 0 3E 12C 60 13
Octal 140 2 140 0 142 0 76 454 140 23
Binary 1100000 10 1100000 0 1100010 0 111110 100101100 1100000 10011

Color Harmonies of #600260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600260

Black with #600260

Text Example


Text Example

White with #600260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600260; }

 p { color: rgb(96,2,96); }

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

background-color css

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

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

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

border-color css

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

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

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