Html Css Color HEX #6F1663 Palatinate Purple

📋 copy color: '#6F1663'

red 111 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #6F1663

Tints of Palatinate Purple #6F1663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 47.84%
G = 9.48%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F1663 (or 0x6F1663) is known color: Palatinate Purple. HEX triplet: 6F, 16 and 63. RGB value is (111,22,99). Sum of RGB (Red+Green+Blue) = 111+22+99=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1663 is #90E99C. Grayscale: #393939. Windows color (decimal): -9496989 or 6493807. OLE color: 6493807.

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

Color convert

RGB 111 22 99 -
CMYK 0 0.80 0.11 0.56
HSL 308.09º 0.67% 0.26% -
HSV(B) 308.09º 0.8% 0.44% -
XYZ 9.09 4.85 12.26 -
YUV 57.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 111 22 99 0 0.80 0.11 0.56 308.09 0.67 0.26
Hex 6F 16 63 0 50 B 38 134 43 1A
Octal 157 26 143 0 120 13 70 464 103 32
Binary 1101111 10110 1100011 0 1010000 1011 111000 100110100 1000011 11010

Color Harmonies of #6F1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1663

Black with #6F1663

Text Example


Text Example

White with #6F1663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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