Html Css Color HEX #67215F Palatinate Purple

📋 copy color: '#67215F'

red 103 ◦ green 33 ◦ blue 95

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

Shades of Palatinate Purple #67215F

Tints of Palatinate Purple #67215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 44.59%
G = 14.29%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#67215F (or 0x67215F) is known color: Palatinate Purple. HEX triplet: 67, 21 and 5F. RGB value is (103,33,95). Sum of RGB (Red+Green+Blue) = 103+33+95=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #67215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67215F is #98DEA0. Grayscale: #3C3C3C. Windows color (decimal): -10018465 or 6234471. OLE color: 6234471.

HSL color Cylindrical-coordinate representation of color #67215F: hue angle of 306.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #67215F is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 33 95 -
CMYK 0 0.68 0.08 0.60
HSL 306.86º 0.51% 0.27% -
HSV(B) 306.86º 0.68% 0.4% -
XYZ 8.2 4.8 11.32 -
YUV 61 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 103 33 95 0 0.68 0.08 0.60 306.86 0.51 0.27
Hex 67 21 5F 0 44 8 3C 133 33 1B
Octal 147 41 137 0 104 10 74 463 63 33
Binary 1100111 100001 1011111 0 1000100 1000 111100 100110011 110011 11011

Color Harmonies of #67215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67215F

Black with #67215F

Text Example


Text Example

White with #67215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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