Html Css Color HEX #68265B Palatinate Purple

📋 copy color: '#68265B'

red 104 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #68265B

Tints of Palatinate Purple #68265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 44.64%
G = 16.31%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68265B (or 0x68265B) is known color: Palatinate Purple. HEX triplet: 68, 26 and 5B. RGB value is (104,38,91). Sum of RGB (Red+Green+Blue) = 104+38+91=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68265B is #97D9A4. Grayscale: #3F3F3F. Windows color (decimal): -9951653 or 5973608. OLE color: 5973608.

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

Color convert

RGB 104 38 91 -
CMYK 0 0.63 0.12 0.59
HSL 311.82º 0.46% 0.28% -
HSV(B) 311.82º 0.63% 0.41% -
XYZ 8.29 5.08 10.44 -
YUV 63.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 104 38 91 0 0.63 0.12 0.59 311.82 0.46 0.28
Hex 68 26 5B 0 3F C 3B 138 2E 1C
Octal 150 46 133 0 77 14 73 470 56 34
Binary 1101000 100110 1011011 0 111111 1100 111011 100111000 101110 11100

Color Harmonies of #68265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68265B

Black with #68265B

Text Example


Text Example

White with #68265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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