Html Css Color HEX #67175F Palatinate Purple

📋 copy color: '#67175F'

red 103 ◦ green 23 ◦ blue 95

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

Shades of Palatinate Purple #67175F

Tints of Palatinate Purple #67175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 46.61%
G = 10.41%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#67175F (or 0x67175F) is known color: Palatinate Purple. HEX triplet: 67, 17 and 5F. RGB value is (103,23,95). Sum of RGB (Red+Green+Blue) = 103+23+95=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #67175F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67175F is #98E8A0. Grayscale: #363636. Windows color (decimal): -10021025 or 6231911. OLE color: 6231911.

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

Color convert

RGB 103 23 95 -
CMYK 0 0.78 0.08 0.60
HSL 306º 0.63% 0.25% -
HSV(B) 306º 0.78% 0.4% -
XYZ 7.97 4.32 11.24 -
YUV 55.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 103 23 95 0 0.78 0.08 0.60 306 0.63 0.25
Hex 67 17 5F 0 4E 8 3C 132 3F 19
Octal 147 27 137 0 116 10 74 462 77 31
Binary 1100111 10111 1011111 0 1001110 1000 111100 100110010 111111 11001

Color Harmonies of #67175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67175F

Black with #67175F

Text Example


Text Example

White with #67175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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