Html Css Color HEX #6B2BBE Purple Heart

📋 copy color: '#6B2BBE'

red 107 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #6B2BBE

Tints of Purple Heart #6B2BBE

RGB

 RED value IS 107 (42.19% from 255) = 31.47%

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

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 31.47%
G = 12.65%
B = 55.88%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B2BBE (or 0x6B2BBE) is known color: Purple Heart. HEX triplet: 6B, 2B and BE. RGB value is (107,43,190). Sum of RGB (Red+Green+Blue) = 107+43+190=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BBE is #94D441. Grayscale: #4E4E4E. Windows color (decimal): -9753666 or 12462955. OLE color: 12462955.

HSL color Cylindrical-coordinate representation of color #6B2BBE: hue angle of 266.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2BBE is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 43 190 -
CMYK 0.44 0.77 0 0.25
HSL 266.12º 0.63% 0.46% -
HSV(B) 266.12º 0.77% 0.75% -
XYZ 16.22 8.57 49.51 -
YUV 78.89 190.7 148.05 -
System Red Green Blue C M Y K H S L
Decimal 107 43 190 0.44 0.77 0 0.25 266.12 0.63 0.46
Hex 6B 2B BE 2C 4D 0 19 10A 3F 2E
Octal 153 53 276 54 115 0 31 412 77 56
Binary 1101011 101011 10111110 101100 1001101 0 11001 100001010 111111 101110

Color Harmonies of #6B2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2BBE

Black with #6B2BBE

Text Example


Text Example

White with #6B2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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