Html Css Color HEX #682664 Palatinate Purple

📋 copy color: '#682664'

red 104 ◦ green 38 ◦ blue 100

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

Shades of Palatinate Purple #682664

Tints of Palatinate Purple #682664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 42.98%
G = 15.7%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#682664 (or 0x682664) is known color: Palatinate Purple. HEX triplet: 68, 26 and 64. RGB value is (104,38,100). Sum of RGB (Red+Green+Blue) = 104+38+100=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682664 is #97D99B. Grayscale: #404040. Windows color (decimal): -9951644 or 6563432. OLE color: 6563432.

HSL color Cylindrical-coordinate representation of color #682664: hue angle of 303.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682664 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 100 -
CMYK 0 0.63 0.04 0.59
HSL 303.64º 0.46% 0.28% -
HSV(B) 303.64º 0.63% 0.41% -
XYZ 8.7 5.25 12.61 -
YUV 64.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 104 38 100 0 0.63 0.04 0.59 303.64 0.46 0.28
Hex 68 26 64 0 3F 4 3B 130 2E 1C
Octal 150 46 144 0 77 4 73 460 56 34
Binary 1101000 100110 1100100 0 111111 100 111011 100110000 101110 11100

Color Harmonies of #682664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682664

Black with #682664

Text Example


Text Example

White with #682664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682664; }

 p { color: rgb(104,38,100); }

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

background-color css

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

 a { background-color: rgb(104,38,100); }

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

border-color css

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

 span { border-color: rgb(104,38,100); }

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