Html Css Color HEX #682265 Palatinate Purple

📋 copy color: '#682265'

red 104 ◦ green 34 ◦ blue 101

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

Shades of Palatinate Purple #682265

Tints of Palatinate Purple #682265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 43.51%
G = 14.23%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#682265 (or 0x682265) is known color: Palatinate Purple. HEX triplet: 68, 22 and 65. RGB value is (104,34,101). Sum of RGB (Red+Green+Blue) = 104+34+101=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682265 is #97DD9A. Grayscale: #3E3E3E. Windows color (decimal): -9952667 or 6627944. OLE color: 6627944.

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

Color convert

RGB 104 34 101 -
CMYK 0 0.67 0.03 0.59
HSL 302.57º 0.51% 0.27% -
HSV(B) 302.57º 0.67% 0.41% -
XYZ 8.63 5.03 12.83 -
YUV 62.57 149.69 157.55 -
System Red Green Blue C M Y K H S L
Decimal 104 34 101 0 0.67 0.03 0.59 302.57 0.51 0.27
Hex 68 22 65 0 43 3 3B 12F 33 1B
Octal 150 42 145 0 103 3 73 457 63 33
Binary 1101000 100010 1100101 0 1000011 11 111011 100101111 110011 11011

Color Harmonies of #682265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682265

Black with #682265

Text Example


Text Example

White with #682265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682265; }

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

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

background-color css

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

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

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

border-color css

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

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

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