Html Css Color HEX #67295E Palatinate Purple

📋 copy color: '#67295E'

red 103 ◦ green 41 ◦ blue 94

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

Shades of Palatinate Purple #67295E

Tints of Palatinate Purple #67295E

RGB

 RED value IS 103 (40.63% from 255) = 43.28%

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 43.28%
G = 17.23%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67295E (or 0x67295E) is known color: Palatinate Purple. HEX triplet: 67, 29 and 5E. RGB value is (103,41,94). Sum of RGB (Red+Green+Blue) = 103+41+94=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #67295E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67295E is #98D6A1. Grayscale: #414141. Windows color (decimal): -10016418 or 6170983. OLE color: 6170983.

HSL color Cylindrical-coordinate representation of color #67295E: hue angle of 308.71º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67295E is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 41 94 -
CMYK 0 0.60 0.09 0.60
HSL 308.71º 0.43% 0.28% -
HSV(B) 308.71º 0.6% 0.4% -
XYZ 8.41 5.28 11.17 -
YUV 65.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 103 41 94 0 0.60 0.09 0.60 308.71 0.43 0.28
Hex 67 29 5E 0 3C 9 3C 135 2B 1C
Octal 147 51 136 0 74 11 74 465 53 34
Binary 1100111 101001 1011110 0 111100 1001 111100 100110101 101011 11100

Color Harmonies of #67295E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67295E

Black with #67295E

Text Example


Text Example

White with #67295E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,41,94); }

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

background-color css

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

 a { background-color: rgb(103,41,94); }

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

border-color css

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

 span { border-color: rgb(103,41,94); }

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