Html Css Color HEX #682462 Palatinate Purple

📋 copy color: '#682462'

red 104 ◦ green 36 ◦ blue 98

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

Shades of Palatinate Purple #682462

Tints of Palatinate Purple #682462

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 43.7%
G = 15.13%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#682462 (or 0x682462) is known color: Palatinate Purple. HEX triplet: 68, 24 and 62. RGB value is (104,36,98). Sum of RGB (Red+Green+Blue) = 104+36+98=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #682462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682462 is #97DB9D. Grayscale: #3F3F3F. Windows color (decimal): -9952158 or 6431848. OLE color: 6431848.

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

Color convert

RGB 104 36 98 -
CMYK 0 0.65 0.06 0.59
HSL 305.29º 0.49% 0.27% -
HSV(B) 305.29º 0.65% 0.41% -
XYZ 8.54 5.09 12.09 -
YUV 63.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 104 36 98 0 0.65 0.06 0.59 305.29 0.49 0.27
Hex 68 24 62 0 41 6 3B 131 31 1B
Octal 150 44 142 0 101 6 73 461 61 33
Binary 1101000 100100 1100010 0 1000001 110 111011 100110001 110001 11011

Color Harmonies of #682462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682462

Black with #682462

Text Example


Text Example

White with #682462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682462; }

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

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

background-color css

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

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

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

border-color css

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

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

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