Html Css Color HEX #68225B Palatinate Purple

📋 copy color: '#68225B'

red 104 ◦ green 34 ◦ blue 91

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

Shades of Palatinate Purple #68225B

Tints of Palatinate Purple #68225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 45.41%
G = 14.85%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68225B (or 0x68225B) is known color: Palatinate Purple. HEX triplet: 68, 22 and 5B. RGB value is (104,34,91). Sum of RGB (Red+Green+Blue) = 104+34+91=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68225B is #97DDA4. Grayscale: #3D3D3D. Windows color (decimal): -9952677 or 5972584. OLE color: 5972584.

HSL color Cylindrical-coordinate representation of color #68225B: hue angle of 311.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68225B is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 34 91 -
CMYK 0 0.67 0.12 0.59
HSL 311.14º 0.51% 0.27% -
HSV(B) 311.14º 0.67% 0.41% -
XYZ 8.17 4.84 10.4 -
YUV 61.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 104 34 91 0 0.67 0.12 0.59 311.14 0.51 0.27
Hex 68 22 5B 0 43 C 3B 137 33 1B
Octal 150 42 133 0 103 14 73 467 63 33
Binary 1101000 100010 1011011 0 1000011 1100 111011 100110111 110011 11011

Color Harmonies of #68225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68225B

Black with #68225B

Text Example


Text Example

White with #68225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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