Html Css Color HEX #68265E Palatinate Purple

📋 copy color: '#68265E'

red 104 ◦ green 38 ◦ blue 94

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

Shades of Palatinate Purple #68265E

Tints of Palatinate Purple #68265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 44.07%
G = 16.1%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68265E (or 0x68265E) is known color: Palatinate Purple. HEX triplet: 68, 26 and 5E. RGB value is (104,38,94). Sum of RGB (Red+Green+Blue) = 104+38+94=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #68265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68265E is #97D9A1. Grayscale: #3F3F3F. Windows color (decimal): -9951650 or 6170216. OLE color: 6170216.

HSL color Cylindrical-coordinate representation of color #68265E: hue angle of 309.09º 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 #68265E is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 94 -
CMYK 0 0.63 0.10 0.59
HSL 309.09º 0.46% 0.28% -
HSV(B) 309.09º 0.63% 0.41% -
XYZ 8.42 5.14 11.14 -
YUV 64.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 104 38 94 0 0.63 0.10 0.59 309.09 0.46 0.28
Hex 68 26 5E 0 3F A 3B 135 2E 1C
Octal 150 46 136 0 77 12 73 465 56 34
Binary 1101000 100110 1011110 0 111111 1010 111011 100110101 101110 11100

Color Harmonies of #68265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68265E

Black with #68265E

Text Example


Text Example

White with #68265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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