Html Css Color HEX #6F286A Palatinate Purple

📋 copy color: '#6F286A'

red 111 ◦ green 40 ◦ blue 106

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

Shades of Palatinate Purple #6F286A

Tints of Palatinate Purple #6F286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.25%

R = 43.19%
G = 15.56%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F286A (or 0x6F286A) is known color: Palatinate Purple. HEX triplet: 6F, 28 and 6A. RGB value is (111,40,106). Sum of RGB (Red+Green+Blue) = 111+40+106=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 111 - color contains mainly: red. Hex color #6F286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F286A is #90D795. Grayscale: #444444. Windows color (decimal): -9492374 or 6957167. OLE color: 6957167.

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

Color convert

RGB 111 40 106 -
CMYK 0 0.64 0.05 0.56
HSL 304.23º 0.47% 0.3% -
HSV(B) 304.23º 0.64% 0.44% -
XYZ 9.92 5.94 14.26 -
YUV 68.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 111 40 106 0 0.64 0.05 0.56 304.23 0.47 0.3
Hex 6F 28 6A 0 40 5 38 130 2F 1E
Octal 157 50 152 0 100 5 70 460 57 36
Binary 1101111 101000 1101010 0 1000000 101 111000 100110000 101111 11110

Color Harmonies of #6F286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F286A

Black with #6F286A

Text Example


Text Example

White with #6F286A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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