Html Css Color HEX #67255D Palatinate Purple

📋 copy color: '#67255D'

red 103 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #67255D

Tints of Palatinate Purple #67255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 44.21%
G = 15.88%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67255D (or 0x67255D) is known color: Palatinate Purple. HEX triplet: 67, 25 and 5D. RGB value is (103,37,93). Sum of RGB (Red+Green+Blue) = 103+37+93=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 103 - color contains mainly: red. Hex color #67255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67255D is #98DAA2. Grayscale: #3E3E3E. Windows color (decimal): -10017443 or 6104423. OLE color: 6104423.

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

Color convert

RGB 103 37 93 -
CMYK 0 0.64 0.10 0.60
HSL 309.09º 0.47% 0.27% -
HSV(B) 309.09º 0.64% 0.4% -
XYZ 8.23 5 10.89 -
YUV 63.12 144.87 156.45 -
System Red Green Blue C M Y K H S L
Decimal 103 37 93 0 0.64 0.10 0.60 309.09 0.47 0.27
Hex 67 25 5D 0 40 A 3C 135 2F 1B
Octal 147 45 135 0 100 12 74 465 57 33
Binary 1100111 100101 1011101 0 1000000 1010 111100 100110101 101111 11011

Color Harmonies of #67255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67255D

Black with #67255D

Text Example


Text Example

White with #67255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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