Html Css Color HEX #67255E Palatinate Purple

📋 copy color: '#67255E'

red 103 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #67255E

Tints of Palatinate Purple #67255E

RGB

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

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

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

R = 44.02%
G = 15.81%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67255E (or 0x67255E) is known color: Palatinate Purple. HEX triplet: 67, 25 and 5E. RGB value is (103,37,94). Sum of RGB (Red+Green+Blue) = 103+37+94=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67255E is #98DAA1. Grayscale: #3F3F3F. Windows color (decimal): -10017442 or 6169959. OLE color: 6169959.

HSL color Cylindrical-coordinate representation of color #67255E: hue angle of 308.18º 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 #67255E is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 37 94 -
CMYK 0 0.64 0.09 0.60
HSL 308.18º 0.47% 0.27% -
HSV(B) 308.18º 0.64% 0.4% -
XYZ 8.28 5.01 11.12 -
YUV 63.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 103 37 94 0 0.64 0.09 0.60 308.18 0.47 0.27
Hex 67 25 5E 0 40 9 3C 134 2F 1B
Octal 147 45 136 0 100 11 74 464 57 33
Binary 1100111 100101 1011110 0 1000000 1001 111100 100110100 101111 11011

Color Harmonies of #67255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67255E

Black with #67255E

Text Example


Text Example

White with #67255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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