Html Css Color HEX #6F175A Palatinate Purple

📋 copy color: '#6F175A'

red 111 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #6F175A

Tints of Palatinate Purple #6F175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.18%

R = 49.55%
G = 10.27%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F175A (or 0x6F175A) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 5A. RGB value is (111,23,90). Sum of RGB (Red+Green+Blue) = 111+23+90=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F175A is #90E8A5. Grayscale: #383838. Windows color (decimal): -9496742 or 5904239. OLE color: 5904239.

HSL color Cylindrical-coordinate representation of color #6F175A: hue angle of 314.32º 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 #6F175A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 23 90 -
CMYK 0 0.79 0.19 0.56
HSL 314.32º 0.66% 0.26% -
HSV(B) 314.32º 0.79% 0.44% -
XYZ 8.71 4.73 10.13 -
YUV 56.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 111 23 90 0 0.79 0.19 0.56 314.32 0.66 0.26
Hex 6F 17 5A 0 4F 13 38 13A 42 1A
Octal 157 27 132 0 117 23 70 472 102 32
Binary 1101111 10111 1011010 0 1001111 10011 111000 100111010 1000010 11010

Color Harmonies of #6F175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F175A

Black with #6F175A

Text Example


Text Example

White with #6F175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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