Html Css Color HEX #683462 Palatinate Purple

📋 copy color: '#683462'

red 104 ◦ green 52 ◦ blue 98

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

Shades of Palatinate Purple #683462

Tints of Palatinate Purple #683462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

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

R = 40.94%
G = 20.47%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#683462 (or 0x683462) is known color: Palatinate Purple. HEX triplet: 68, 34 and 62. RGB value is (104,52,98). Sum of RGB (Red+Green+Blue) = 104+52+98=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683462 is #97CB9D. Grayscale: #484848. Windows color (decimal): -9948062 or 6435944. OLE color: 6435944.

HSL color Cylindrical-coordinate representation of color #683462: hue angle of 306.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683462 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 52 98 -
CMYK 0 0.50 0.06 0.59
HSL 306.92º 0.33% 0.31% -
HSV(B) 306.92º 0.5% 0.41% -
XYZ 9.14 6.28 12.29 -
YUV 72.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 104 52 98 0 0.50 0.06 0.59 306.92 0.33 0.31
Hex 68 34 62 0 32 6 3B 133 21 1F
Octal 150 64 142 0 62 6 73 463 41 37
Binary 1101000 110100 1100010 0 110010 110 111011 100110011 100001 11111

Color Harmonies of #683462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683462

Black with #683462

Text Example


Text Example

White with #683462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683462; }

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

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

background-color css

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

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

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

border-color css

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

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

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