Html Css Color HEX #682366 Palatinate Purple

📋 copy color: '#682366'

red 104 ◦ green 35 ◦ blue 102

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

Shades of Palatinate Purple #682366

Tints of Palatinate Purple #682366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

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

R = 43.15%
G = 14.52%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#682366 (or 0x682366) is known color: Palatinate Purple. HEX triplet: 68, 23 and 66. RGB value is (104,35,102). Sum of RGB (Red+Green+Blue) = 104+35+102=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682366 is #97DC99. Grayscale: #3F3F3F. Windows color (decimal): -9952410 or 6693736. OLE color: 6693736.

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

Color convert

RGB 104 35 102 -
CMYK 0 0.66 0.02 0.59
HSL 301.74º 0.5% 0.27% -
HSV(B) 301.74º 0.66% 0.41% -
XYZ 8.71 5.1 13.1 -
YUV 63.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 104 35 102 0 0.66 0.02 0.59 301.74 0.5 0.27
Hex 68 23 66 0 42 2 3B 12E 32 1B
Octal 150 43 146 0 102 2 73 456 62 33
Binary 1101000 100011 1100110 0 1000010 10 111011 100101110 110010 11011

Color Harmonies of #682366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682366

Black with #682366

Text Example


Text Example

White with #682366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682366; }

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

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

background-color css

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

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

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

border-color css

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

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

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