Html Css Color HEX #6F3263 Palatinate Purple

📋 copy color: '#6F3263'

red 111 ◦ green 50 ◦ blue 99

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

Shades of Palatinate Purple #6F3263

Tints of Palatinate Purple #6F3263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

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

R = 42.69%
G = 19.23%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#6F3263 (or 0x6F3263) is known color: Palatinate Purple. HEX triplet: 6F, 32 and 63. RGB value is (111,50,99). Sum of RGB (Red+Green+Blue) = 111+50+99=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3263 is #90CD9C. Grayscale: #494949. Windows color (decimal): -9489821 or 6500975. OLE color: 6500975.

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

Color convert

RGB 111 50 99 -
CMYK 0 0.55 0.11 0.56
HSL 311.8º 0.38% 0.32% -
HSV(B) 311.8º 0.55% 0.44% -
XYZ 9.95 6.56 12.55 -
YUV 73.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 111 50 99 0 0.55 0.11 0.56 311.8 0.38 0.32
Hex 6F 32 63 0 37 B 38 138 26 20
Octal 157 62 143 0 67 13 70 470 46 40
Binary 1101111 110010 1100011 0 110111 1011 111000 100111000 100110 100000

Color Harmonies of #6F3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3263

Black with #6F3263

Text Example


Text Example

White with #6F3263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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