Html Css Color HEX #6F1769 Palatinate Purple

📋 copy color: '#6F1769'

red 111 ◦ green 23 ◦ blue 105

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

Shades of Palatinate Purple #6F1769

Tints of Palatinate Purple #6F1769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.93%

R = 46.44%
G = 9.62%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F1769 (or 0x6F1769) is known color: Palatinate Purple. HEX triplet: 6F, 17 and 69. RGB value is (111,23,105). Sum of RGB (Red+Green+Blue) = 111+23+105=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1769 is #90E896. Grayscale: #3A3A3A. Windows color (decimal): -9496727 or 6887279. OLE color: 6887279.

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

Color convert

RGB 111 23 105 -
CMYK 0 0.79 0.05 0.56
HSL 304.09º 0.66% 0.26% -
HSV(B) 304.09º 0.79% 0.44% -
XYZ 9.41 5.01 13.84 -
YUV 58.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 111 23 105 0 0.79 0.05 0.56 304.09 0.66 0.26
Hex 6F 17 69 0 4F 5 38 130 42 1A
Octal 157 27 151 0 117 5 70 460 102 32
Binary 1101111 10111 1101001 0 1001111 101 111000 100110000 1000010 11010

Color Harmonies of #6F1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1769

Black with #6F1769

Text Example


Text Example

White with #6F1769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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