Html Css Color HEX #6F2B6A Palatinate Purple

📋 copy color: '#6F2B6A'

red 111 ◦ green 43 ◦ blue 106

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

Shades of Palatinate Purple #6F2B6A

Tints of Palatinate Purple #6F2B6A

RGB

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

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

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

R = 42.69%
G = 16.54%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F2B6A (or 0x6F2B6A) is known color: Palatinate Purple. HEX triplet: 6F, 2B and 6A. RGB value is (111,43,106). Sum of RGB (Red+Green+Blue) = 111+43+106=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2B6A is #90D495. Grayscale: #464646. Windows color (decimal): -9491606 or 6957935. OLE color: 6957935.

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

Color convert

RGB 111 43 106 -
CMYK 0 0.61 0.05 0.56
HSL 304.41º 0.44% 0.3% -
HSV(B) 304.41º 0.61% 0.44% -
XYZ 10.02 6.15 14.29 -
YUV 70.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 111 43 106 0 0.61 0.05 0.56 304.41 0.44 0.3
Hex 6F 2B 6A 0 3D 5 38 130 2C 1E
Octal 157 53 152 0 75 5 70 460 54 36
Binary 1101111 101011 1101010 0 111101 101 111000 100110000 101100 11110

Color Harmonies of #6F2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2B6A

Black with #6F2B6A

Text Example


Text Example

White with #6F2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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