Html Css Color HEX #682F54 Palatinate Purple

📋 copy color: '#682F54'

red 104 ◦ green 47 ◦ blue 84

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

Shades of Palatinate Purple #682F54

Tints of Palatinate Purple #682F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20%

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 44.26%
G = 20%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#682F54 (or 0x682F54) is known color: Palatinate Purple. HEX triplet: 68, 2F and 54. RGB value is (104,47,84). Sum of RGB (Red+Green+Blue) = 104+47+84=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F54 is #97D0AB. Grayscale: #444444. Windows color (decimal): -9949356 or 5517160. OLE color: 5517160.

HSL color Cylindrical-coordinate representation of color #682F54: hue angle of 321.05º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F54 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 47 84 -
CMYK 0 0.55 0.19 0.59
HSL 321.05º 0.38% 0.3% -
HSV(B) 321.05º 0.55% 0.41% -
XYZ 8.33 5.62 9.03 -
YUV 68.26 136.88 153.49 -
System Red Green Blue C M Y K H S L
Decimal 104 47 84 0 0.55 0.19 0.59 321.05 0.38 0.3
Hex 68 2F 54 0 37 13 3B 141 26 1E
Octal 150 57 124 0 67 23 73 501 46 36
Binary 1101000 101111 1010100 0 110111 10011 111011 101000001 100110 11110

Color Harmonies of #682F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F54

Black with #682F54

Text Example


Text Example

White with #682F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682F54; }

 p { color: rgb(104,47,84); }

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

background-color css

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

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

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

border-color css

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

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

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