Html Css Color HEX #6F2263 Palatinate Purple

📋 copy color: '#6F2263'

red 111 ◦ green 34 ◦ blue 99

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

Shades of Palatinate Purple #6F2263

Tints of Palatinate Purple #6F2263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 45.49%
G = 13.93%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F2263 (or 0x6F2263) is known color: Palatinate Purple. HEX triplet: 6F, 22 and 63. RGB value is (111,34,99). Sum of RGB (Red+Green+Blue) = 111+34+99=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2263 is #90DD9C. Grayscale: #404040. Windows color (decimal): -9493917 or 6496879. OLE color: 6496879.

HSL color Cylindrical-coordinate representation of color #6F2263: hue angle of 309.35º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2263 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 34 99 -
CMYK 0 0.69 0.11 0.56
HSL 309.35º 0.53% 0.28% -
HSV(B) 309.35º 0.69% 0.44% -
XYZ 9.38 5.42 12.36 -
YUV 64.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 111 34 99 0 0.69 0.11 0.56 309.35 0.53 0.28
Hex 6F 22 63 0 45 B 38 135 35 1C
Octal 157 42 143 0 105 13 70 465 65 34
Binary 1101111 100010 1100011 0 1000101 1011 111000 100110101 110101 11100

Color Harmonies of #6F2263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2263

Black with #6F2263

Text Example


Text Example

White with #6F2263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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