Html Css Color HEX #6F286B Palatinate Purple

📋 copy color: '#6F286B'

red 111 ◦ green 40 ◦ blue 107

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

Shades of Palatinate Purple #6F286B

Tints of Palatinate Purple #6F286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 107 (42.19% from 255) = 41.47%

R = 43.02%
G = 15.5%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F286B (or 0x6F286B) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 6B. RGB value is (111,40,107). Sum of RGB (Red+Green+Blue) = 111+40+107=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F286B is #90D794. Grayscale: #444444. Windows color (decimal): -9492373 or 7022703. OLE color: 7022703.

HSL color Cylindrical-coordinate representation of color #6F286B: hue angle of 303.38º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F286B is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 40 107 -
CMYK 0 0.64 0.04 0.56
HSL 303.38º 0.47% 0.3% -
HSV(B) 303.38º 0.64% 0.44% -
XYZ 9.97 5.96 14.53 -
YUV 68.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 111 40 107 0 0.64 0.04 0.56 303.38 0.47 0.3
Hex 6F 28 6B 0 40 4 38 12F 2F 1E
Octal 157 50 153 0 100 4 70 457 57 36
Binary 1101111 101000 1101011 0 1000000 100 111000 100101111 101111 11110

Color Harmonies of #6F286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F286B

Black with #6F286B

Text Example


Text Example

White with #6F286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,40,107); }

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

background-color css

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

 a { background-color: rgb(111,40,107); }

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

border-color css

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

 span { border-color: rgb(111,40,107); }

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