Html Css Color HEX #680262 Palatinate Purple

📋 copy color: '#680262'

red 104 ◦ green 2 ◦ blue 98

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

Shades of Palatinate Purple #680262

Tints of Palatinate Purple #680262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.04%

R = 50.98%
G = 0.98%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#680262 (or 0x680262) is known color: Palatinate Purple. HEX triplet: 68, 02 and 62. RGB value is (104,2,98). Sum of RGB (Red+Green+Blue) = 104+2+98=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680262 is #97FD9D. Grayscale: #2B2B2B. Windows color (decimal): -9960862 or 6423144. OLE color: 6423144.

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

Color convert

RGB 104 2 98 -
CMYK 0 0.98 0.06 0.59
HSL 303.53º 0.96% 0.21% -
HSV(B) 303.53º 0.98% 0.41% -
XYZ 7.94 3.87 11.88 -
YUV 43.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 104 2 98 0 0.98 0.06 0.59 303.53 0.96 0.21
Hex 68 2 62 0 62 6 3B 130 60 15
Octal 150 2 142 0 142 6 73 460 140 25
Binary 1101000 10 1100010 0 1100010 110 111011 100110000 1100000 10101

Color Harmonies of #680262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680262

Black with #680262

Text Example


Text Example

White with #680262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680262; }

 p { color: rgb(104,2,98); }

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

background-color css

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

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

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

border-color css

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

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

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