Html Css Color HEX #6F2EBB Purple Heart

📋 copy color: '#6F2EBB'

red 111 ◦ green 46 ◦ blue 187

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

Shades of Purple Heart #6F2EBB

Tints of Purple Heart #6F2EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.37%

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 32.27%
G = 13.37%
B = 54.36%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F2EBB (or 0x6F2EBB) is known color: Purple Heart. HEX triplet: 6F, 2E and BB. RGB value is (111,46,187). Sum of RGB (Red+Green+Blue) = 111+46+187=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F2EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2EBB is #90D144. Grayscale: #515151. Windows color (decimal): -9490757 or 12267119. OLE color: 12267119.

HSL color Cylindrical-coordinate representation of color #6F2EBB: hue angle of 267.66º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2EBB is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 46 187 -
CMYK 0.41 0.75 0 0.27
HSL 267.66º 0.61% 0.46% -
HSV(B) 267.66º 0.75% 0.73% -
XYZ 16.5 8.92 47.87 -
YUV 81.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 111 46 187 0.41 0.75 0 0.27 267.66 0.61 0.46
Hex 6F 2E BB 29 4B 0 1B 10C 3D 2E
Octal 157 56 273 51 113 0 33 414 75 56
Binary 1101111 101110 10111011 101001 1001011 0 11011 100001100 111101 101110

Color Harmonies of #6F2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2EBB

Black with #6F2EBB

Text Example


Text Example

White with #6F2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,46,187); }

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

background-color css

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

 a { background-color: rgb(111,46,187); }

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

border-color css

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

 span { border-color: rgb(111,46,187); }

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