Html Css Color HEX #682F66 Palatinate Purple

📋 copy color: '#682F66'

red 104 ◦ green 47 ◦ blue 102

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

Shades of Palatinate Purple #682F66

Tints of Palatinate Purple #682F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 40.32%

R = 41.11%
G = 18.58%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#682F66 (or 0x682F66) is known color: Palatinate Purple. HEX triplet: 68, 2F and 66. RGB value is (104,47,102). Sum of RGB (Red+Green+Blue) = 104+47+102=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #682F66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F66 is #97D099. Grayscale: #464646. Windows color (decimal): -9949338 or 6696808. OLE color: 6696808.

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

Color convert

RGB 104 47 102 -
CMYK 0 0.55 0.02 0.59
HSL 302.11º 0.38% 0.3% -
HSV(B) 302.11º 0.55% 0.41% -
XYZ 9.12 5.94 13.24 -
YUV 70.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 104 47 102 0 0.55 0.02 0.59 302.11 0.38 0.3
Hex 68 2F 66 0 37 2 3B 12E 26 1E
Octal 150 57 146 0 67 2 73 456 46 36
Binary 1101000 101111 1100110 0 110111 10 111011 100101110 100110 11110

Color Harmonies of #682F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682F66

Black with #682F66

Text Example


Text Example

White with #682F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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