Html Css Color HEX #6F2BBC Purple Heart

📋 copy color: '#6F2BBC'

red 111 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #6F2BBC

Tints of Purple Heart #6F2BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 32.46%
G = 12.57%
B = 54.97%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F2BBC (or 0x6F2BBC) is known color: Purple Heart. HEX triplet: 6F, 2B and BC. RGB value is (111,43,188). Sum of RGB (Red+Green+Blue) = 111+43+188=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2BBC is #90D443. Grayscale: #4F4F4F. Windows color (decimal): -9491524 or 12331887. OLE color: 12331887.

HSL color Cylindrical-coordinate representation of color #6F2BBC: hue angle of 268.14º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F2BBC is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 43 188 -
CMYK 0.41 0.77 0 0.26
HSL 268.14º 0.63% 0.45% -
HSV(B) 268.14º 0.77% 0.74% -
XYZ 16.5 8.74 48.39 -
YUV 79.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 111 43 188 0.41 0.77 0 0.26 268.14 0.63 0.45
Hex 6F 2B BC 29 4D 0 1A 10C 3F 2D
Octal 157 53 274 51 115 0 32 414 77 55
Binary 1101111 101011 10111100 101001 1001101 0 11010 100001100 111111 101101

Color Harmonies of #6F2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2BBC

Black with #6F2BBC

Text Example


Text Example

White with #6F2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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