Html Css Color HEX #6F1658 Palatinate Purple

📋 copy color: '#6F1658'

red 111 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #6F1658

Tints of Palatinate Purple #6F1658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.95%

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

R = 50.23%
G = 9.95%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F1658 (or 0x6F1658) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 58. RGB value is (111,22,88). Sum of RGB (Red+Green+Blue) = 111+22+88=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1658 is #90E9A7. Grayscale: #373737. Windows color (decimal): -9497000 or 5772911. OLE color: 5772911.

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

Color convert

RGB 111 22 88 -
CMYK 0 0.80 0.21 0.56
HSL 315.51º 0.67% 0.26% -
HSV(B) 315.51º 0.8% 0.44% -
XYZ 8.6 4.66 9.68 -
YUV 56.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 111 22 88 0 0.80 0.21 0.56 315.51 0.67 0.26
Hex 6F 16 58 0 50 15 38 13C 43 1A
Octal 157 26 130 0 120 25 70 474 103 32
Binary 1101111 10110 1011000 0 1010000 10101 111000 100111100 1000011 11010

Color Harmonies of #6F1658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1658

Black with #6F1658

Text Example


Text Example

White with #6F1658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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