Html Css Color HEX #670F57 Palatinate Purple

📋 copy color: '#670F57'

red 103 ◦ green 15 ◦ blue 87

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

Shades of Palatinate Purple #670F57

Tints of Palatinate Purple #670F57

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 50.24%
G = 7.32%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#670F57 (or 0x670F57) is known color: Palatinate Purple. HEX triplet: 67, 0F and 57. RGB value is (103,15,87). Sum of RGB (Red+Green+Blue) = 103+15+87=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #670F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670F57 is #98F0A8. Grayscale: #313131. Windows color (decimal): -10023081 or 5705575. OLE color: 5705575.

HSL color Cylindrical-coordinate representation of color #670F57: hue angle of 310.91º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F57 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 15 87 -
CMYK 0 0.85 0.16 0.60
HSL 310.91º 0.75% 0.23% -
HSV(B) 310.91º 0.85% 0.4% -
XYZ 7.48 3.91 9.38 -
YUV 49.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 103 15 87 0 0.85 0.16 0.60 310.91 0.75 0.23
Hex 67 F 57 0 55 10 3C 137 4B 17
Octal 147 17 127 0 125 20 74 467 113 27
Binary 1100111 1111 1010111 0 1010101 10000 111100 100110111 1001011 10111

Color Harmonies of #670F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670F57

Black with #670F57

Text Example


Text Example

White with #670F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670F57; }

 p { color: rgb(103,15,87); }

 H1.HeaderClassName
 {
   color: #670F57;
 }
 .AnyTagClassName
 {
   color: #670F57;
 }
</style>

background-color css

<style>
 a { background-color: #670F57; }

 a { background-color: rgb(103,15,87); }

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

border-color css

<style>
 span { border-color: #670F57; }

 span { border-color: rgb(103,15,87); }

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