Html Css Color HEX #682665 Palatinate Purple

📋 copy color: '#682665'

red 104 ◦ green 38 ◦ blue 101

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

Shades of Palatinate Purple #682665

Tints of Palatinate Purple #682665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 42.8%
G = 15.64%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#682665 (or 0x682665) is known color: Palatinate Purple. HEX triplet: 68, 26 and 65. RGB value is (104,38,101). Sum of RGB (Red+Green+Blue) = 104+38+101=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682665 is #97D99A. Grayscale: #404040. Windows color (decimal): -9951643 or 6628968. OLE color: 6628968.

HSL color Cylindrical-coordinate representation of color #682665: hue angle of 302.73º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #682665 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 101 -
CMYK 0 0.63 0.03 0.59
HSL 302.73º 0.46% 0.28% -
HSV(B) 302.73º 0.63% 0.41% -
XYZ 8.75 5.27 12.87 -
YUV 64.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 104 38 101 0 0.63 0.03 0.59 302.73 0.46 0.28
Hex 68 26 65 0 3F 3 3B 12F 2E 1C
Octal 150 46 145 0 77 3 73 457 56 34
Binary 1101000 100110 1100101 0 111111 11 111011 100101111 101110 11100

Color Harmonies of #682665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682665

Black with #682665

Text Example


Text Example

White with #682665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682665; }

 p { color: rgb(104,38,101); }

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

background-color css

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

 a { background-color: rgb(104,38,101); }

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

border-color css

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

 span { border-color: rgb(104,38,101); }

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