Html Css Color HEX #682262 Palatinate Purple

📋 copy color: '#682262'

red 104 ◦ green 34 ◦ blue 98

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

Shades of Palatinate Purple #682262

Tints of Palatinate Purple #682262

RGB

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

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

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

R = 44.07%
G = 14.41%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#682262 (or 0x682262) is known color: Palatinate Purple. HEX triplet: 68, 22 and 62. RGB value is (104,34,98). Sum of RGB (Red+Green+Blue) = 104+34+98=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682262 is #97DD9D. Grayscale: #3E3E3E. Windows color (decimal): -9952670 or 6431336. OLE color: 6431336.

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

Color convert

RGB 104 34 98 -
CMYK 0 0.67 0.06 0.59
HSL 305.14º 0.51% 0.27% -
HSV(B) 305.14º 0.67% 0.41% -
XYZ 8.49 4.97 12.07 -
YUV 62.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 104 34 98 0 0.67 0.06 0.59 305.14 0.51 0.27
Hex 68 22 62 0 43 6 3B 131 33 1B
Octal 150 42 142 0 103 6 73 461 63 33
Binary 1101000 100010 1100010 0 1000011 110 111011 100110001 110011 11011

Color Harmonies of #682262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682262

Black with #682262

Text Example


Text Example

White with #682262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682262; }

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

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

background-color css

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

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

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

border-color css

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

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

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