Html Css Color HEX #6F2563 Palatinate Purple

📋 copy color: '#6F2563'

red 111 ◦ green 37 ◦ blue 99

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

Shades of Palatinate Purple #6F2563

Tints of Palatinate Purple #6F2563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 44.94%
G = 14.98%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F2563 (or 0x6F2563) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 63. RGB value is (111,37,99). Sum of RGB (Red+Green+Blue) = 111+37+99=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2563 is #90DA9C. Grayscale: #424242. Windows color (decimal): -9493149 or 6497647. OLE color: 6497647.

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

Color convert

RGB 111 37 99 -
CMYK 0 0.67 0.11 0.56
HSL 309.73º 0.5% 0.29% -
HSV(B) 309.73º 0.67% 0.44% -
XYZ 9.47 5.6 12.39 -
YUV 66.19 146.52 159.96 -
System Red Green Blue C M Y K H S L
Decimal 111 37 99 0 0.67 0.11 0.56 309.73 0.5 0.29
Hex 6F 25 63 0 43 B 38 136 32 1D
Octal 157 45 143 0 103 13 70 466 62 35
Binary 1101111 100101 1100011 0 1000011 1011 111000 100110110 110010 11101

Color Harmonies of #6F2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2563

Black with #6F2563

Text Example


Text Example

White with #6F2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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