Html Css Color HEX #6F2B6B Palatinate Purple

📋 copy color: '#6F2B6B'

red 111 ◦ green 43 ◦ blue 107

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

Shades of Palatinate Purple #6F2B6B

Tints of Palatinate Purple #6F2B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.48%

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

R = 42.53%
G = 16.48%
B = 41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#6F2B6B (or 0x6F2B6B) is known color: Palatinate Purple. HEX triplet: 6F, 2B and 6B. RGB value is (111,43,107). Sum of RGB (Red+Green+Blue) = 111+43+107=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2B6B is #90D494. Grayscale: #464646. Windows color (decimal): -9491605 or 7023471. OLE color: 7023471.

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

Color convert

RGB 111 43 107 -
CMYK 0 0.61 0.04 0.56
HSL 303.53º 0.44% 0.3% -
HSV(B) 303.53º 0.61% 0.44% -
XYZ 10.07 6.17 14.57 -
YUV 70.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 111 43 107 0 0.61 0.04 0.56 303.53 0.44 0.3
Hex 6F 2B 6B 0 3D 4 38 130 2C 1E
Octal 157 53 153 0 75 4 70 460 54 36
Binary 1101111 101011 1101011 0 111101 100 111000 100110000 101100 11110

Color Harmonies of #6F2B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2B6B

Black with #6F2B6B

Text Example


Text Example

White with #6F2B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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