Html Css Color HEX #670958 Palatinate Purple

📋 copy color: '#670958'

red 103 ◦ green 9 ◦ blue 88

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

Shades of Palatinate Purple #670958

Tints of Palatinate Purple #670958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.5%

 BLUE value IS 88 (34.77% from 255) = 44%

R = 51.5%
G = 4.5%
B = 44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#670958 (or 0x670958) is known color: Palatinate Purple. HEX triplet: 67, 09 and 58. RGB value is (103,9,88). Sum of RGB (Red+Green+Blue) = 103+9+88=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #670958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670958 is #98F6A7. Grayscale: #2D2D2D. Windows color (decimal): -10024616 or 5769575. OLE color: 5769575.

HSL color Cylindrical-coordinate representation of color #670958: hue angle of 309.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670958 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 9 88 -
CMYK 0 0.91 0.15 0.60
HSL 309.57º 0.84% 0.22% -
HSV(B) 309.57º 0.91% 0.4% -
XYZ 7.45 3.78 9.57 -
YUV 46.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 103 9 88 0 0.91 0.15 0.60 309.57 0.84 0.22
Hex 67 9 58 0 5B F 3C 136 54 16
Octal 147 11 130 0 133 17 74 466 124 26
Binary 1100111 1001 1011000 0 1011011 1111 111100 100110110 1010100 10110

Color Harmonies of #670958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670958

Black with #670958

Text Example


Text Example

White with #670958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670958; }

 p { color: rgb(103,9,88); }

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

background-color css

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

 a { background-color: rgb(103,9,88); }

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

border-color css

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

 span { border-color: rgb(103,9,88); }

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