Html Css Color HEX #682865 Palatinate Purple

📋 copy color: '#682865'

red 104 ◦ green 40 ◦ blue 101

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

Shades of Palatinate Purple #682865

Tints of Palatinate Purple #682865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 101 (39.84% from 255) = 41.22%

R = 42.45%
G = 16.33%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#682865 (or 0x682865) is known color: Palatinate Purple. HEX triplet: 68, 28 and 65. RGB value is (104,40,101). Sum of RGB (Red+Green+Blue) = 104+40+101=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682865 is #97D79A. Grayscale: #414141. Windows color (decimal): -9951131 or 6629480. OLE color: 6629480.

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

Color convert

RGB 104 40 101 -
CMYK 0 0.62 0.03 0.59
HSL 302.81º 0.44% 0.28% -
HSV(B) 302.81º 0.62% 0.41% -
XYZ 8.82 5.4 12.89 -
YUV 66.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 104 40 101 0 0.62 0.03 0.59 302.81 0.44 0.28
Hex 68 28 65 0 3E 3 3B 12F 2C 1C
Octal 150 50 145 0 76 3 73 457 54 34
Binary 1101000 101000 1100101 0 111110 11 111011 100101111 101100 11100

Color Harmonies of #682865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682865

Black with #682865

Text Example


Text Example

White with #682865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682865; }

 p { color: rgb(104,40,101); }

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

background-color css

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

 a { background-color: rgb(104,40,101); }

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

border-color css

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

 span { border-color: rgb(104,40,101); }

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