Html Css Color HEX #600466 Palatinate Purple

📋 copy color: '#600466'

red 96 ◦ green 4 ◦ blue 102

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

Shades of Palatinate Purple #600466

Tints of Palatinate Purple #600466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 47.52%
G = 1.98%
B = 50.5%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#600466 (or 0x600466) is known color: Palatinate Purple. HEX triplet: 60, 04 and 66. RGB value is (96,4,102). Sum of RGB (Red+Green+Blue) = 96+4+102=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #600466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600466 is #9FFB99. Grayscale: #2A2A2A. Windows color (decimal): -10484634 or 6685792. OLE color: 6685792.

HSL color Cylindrical-coordinate representation of color #600466: hue angle of 296.33º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600466 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 4 102 -
CMYK 0.06 0.96 0 0.6
HSL 296.33º 0.92% 0.21% -
HSV(B) 296.33º 0.96% 0.4% -
XYZ 7.27 3.53 12.87 -
YUV 42.68 161.48 166.03 -
System Red Green Blue C M Y K H S L
Decimal 96 4 102 0.06 0.96 0 0.6 296.33 0.92 0.21
Hex 60 4 66 6 60 0 3C 128 5C 15
Octal 140 4 146 6 140 0 74 450 134 25
Binary 1100000 100 1100110 110 1100000 0 111100 100101000 1011100 10101

Color Harmonies of #600466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600466

Black with #600466

Text Example


Text Example

White with #600466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600466; }

 p { color: rgb(96,4,102); }

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

background-color css

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

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

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

border-color css

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

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

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