Html Css Color HEX #680463 Palatinate Purple

📋 copy color: '#680463'

red 104 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #680463

Tints of Palatinate Purple #680463

RGB

 RED value IS 104 (41.02% from 255) = 50.24%

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

 BLUE value IS 99 (39.06% from 255) = 47.83%

R = 50.24%
G = 1.93%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#680463 (or 0x680463) is known color: Palatinate Purple. HEX triplet: 68, 04 and 63. RGB value is (104,4,99). Sum of RGB (Red+Green+Blue) = 104+4+99=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680463 is #97FB9C. Grayscale: #2C2C2C. Windows color (decimal): -9960349 or 6489192. OLE color: 6489192.

HSL color Cylindrical-coordinate representation of color #680463: hue angle of 303º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680463 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 4 99 -
CMYK 0 0.96 0.05 0.59
HSL 303º 0.93% 0.21% -
HSV(B) 303º 0.96% 0.41% -
XYZ 8 3.93 12.14 -
YUV 44.73 158.63 170.28 -
System Red Green Blue C M Y K H S L
Decimal 104 4 99 0 0.96 0.05 0.59 303 0.93 0.21
Hex 68 4 63 0 60 5 3B 12F 5D 15
Octal 150 4 143 0 140 5 73 457 135 25
Binary 1101000 100 1100011 0 1100000 101 111011 100101111 1011101 10101

Color Harmonies of #680463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680463

Black with #680463

Text Example


Text Example

White with #680463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680463; }

 p { color: rgb(104,4,99); }

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

background-color css

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

 a { background-color: rgb(104,4,99); }

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

border-color css

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

 span { border-color: rgb(104,4,99); }

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