Html Css Color HEX #67255F Palatinate Purple

📋 copy color: '#67255F'

red 103 ◦ green 37 ◦ blue 95

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

Shades of Palatinate Purple #67255F

Tints of Palatinate Purple #67255F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 43.83%
G = 15.74%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#67255F (or 0x67255F) is known color: Palatinate Purple. HEX triplet: 67, 25 and 5F. RGB value is (103,37,95). Sum of RGB (Red+Green+Blue) = 103+37+95=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #67255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67255F is #98DAA0. Grayscale: #3F3F3F. Windows color (decimal): -10017441 or 6235495. OLE color: 6235495.

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

Color convert

RGB 103 37 95 -
CMYK 0 0.64 0.08 0.60
HSL 307.27º 0.47% 0.27% -
HSV(B) 307.27º 0.64% 0.4% -
XYZ 8.32 5.03 11.36 -
YUV 63.35 145.87 156.28 -
System Red Green Blue C M Y K H S L
Decimal 103 37 95 0 0.64 0.08 0.60 307.27 0.47 0.27
Hex 67 25 5F 0 40 8 3C 133 2F 1B
Octal 147 45 137 0 100 10 74 463 57 33
Binary 1100111 100101 1011111 0 1000000 1000 111100 100110011 101111 11011

Color Harmonies of #67255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67255F

Black with #67255F

Text Example


Text Example

White with #67255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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