Html Css Color HEX #6F1758 Palatinate Purple

📋 copy color: '#6F1758'

red 111 ◦ green 23 ◦ blue 88

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

Shades of Palatinate Purple #6F1758

Tints of Palatinate Purple #6F1758

RGB

 RED value IS 111 (43.75% from 255) = 50%

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

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

R = 50%
G = 10.36%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F1758 (or 0x6F1758) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 58. RGB value is (111,23,88). Sum of RGB (Red+Green+Blue) = 111+23+88=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1758 is #90E8A7. Grayscale: #383838. Windows color (decimal): -9496744 or 5773167. OLE color: 5773167.

HSL color Cylindrical-coordinate representation of color #6F1758: hue angle of 315.68º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1758 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 23 88 -
CMYK 0 0.79 0.21 0.56
HSL 315.68º 0.66% 0.26% -
HSV(B) 315.68º 0.79% 0.44% -
XYZ 8.62 4.7 9.68 -
YUV 56.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 111 23 88 0 0.79 0.21 0.56 315.68 0.66 0.26
Hex 6F 17 58 0 4F 15 38 13C 42 1A
Octal 157 27 130 0 117 25 70 474 102 32
Binary 1101111 10111 1011000 0 1001111 10101 111000 100111100 1000010 11010

Color Harmonies of #6F1758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1758

Black with #6F1758

Text Example


Text Example

White with #6F1758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F1758; }

 p { color: rgb(111,23,88); }

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

background-color css

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

 a { background-color: rgb(111,23,88); }

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

border-color css

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

 span { border-color: rgb(111,23,88); }

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