Html Css Color HEX #67245D Palatinate Purple

📋 copy color: '#67245D'

red 103 ◦ green 36 ◦ blue 93

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

Shades of Palatinate Purple #67245D

Tints of Palatinate Purple #67245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 44.4%
G = 15.52%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67245D (or 0x67245D) is known color: Palatinate Purple. HEX triplet: 67, 24 and 5D. RGB value is (103,36,93). Sum of RGB (Red+Green+Blue) = 103+36+93=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 103 - color contains mainly: red. Hex color #67245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67245D is #98DBA2. Grayscale: #3E3E3E. Windows color (decimal): -10017699 or 6104167. OLE color: 6104167.

HSL color Cylindrical-coordinate representation of color #67245D: hue angle of 308.96º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67245D is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 36 93 -
CMYK 0 0.65 0.10 0.60
HSL 308.96º 0.48% 0.27% -
HSV(B) 308.96º 0.65% 0.4% -
XYZ 8.2 4.94 10.88 -
YUV 62.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 103 36 93 0 0.65 0.10 0.60 308.96 0.48 0.27
Hex 67 24 5D 0 41 A 3C 135 30 1B
Octal 147 44 135 0 101 12 74 465 60 33
Binary 1100111 100100 1011101 0 1000001 1010 111100 100110101 110000 11011

Color Harmonies of #67245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67245D

Black with #67245D

Text Example


Text Example

White with #67245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67245D; }

 p { color: rgb(103,36,93); }

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

background-color css

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

 a { background-color: rgb(103,36,93); }

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

border-color css

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

 span { border-color: rgb(103,36,93); }

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