Html Css Color HEX #682268 Palatinate Purple

📋 copy color: '#682268'

red 104 ◦ green 34 ◦ blue 104

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

Shades of Palatinate Purple #682268

Tints of Palatinate Purple #682268

RGB

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

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

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

R = 42.98%
G = 14.05%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682268 (or 0x682268) is known color: Palatinate Purple. HEX triplet: 68, 22 and 68. RGB value is (104,34,104). Sum of RGB (Red+Green+Blue) = 104+34+104=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #682268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682268 is #97DD97. Grayscale: #3E3E3E. Windows color (decimal): -9952664 or 6824552. OLE color: 6824552.

HSL color Cylindrical-coordinate representation of color #682268: hue angle of 300º 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 #682268 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 34 104 -
CMYK 0 0.67 0 0.59
HSL 300º 0.51% 0.27% -
HSV(B) 300º 0.67% 0.41% -
XYZ 8.78 5.09 13.62 -
YUV 62.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 104 34 104 0 0.67 0 0.59 300 0.51 0.27
Hex 68 22 68 0 43 0 3B 12C 33 1B
Octal 150 42 150 0 103 0 73 454 63 33
Binary 1101000 100010 1101000 0 1000011 0 111011 100101100 110011 11011

Color Harmonies of #682268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682268

Black with #682268

Text Example


Text Example

White with #682268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682268; }

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

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

background-color css

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

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

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

border-color css

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

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

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