Html Css Color HEX #6B2ECF Purple Heart

📋 copy color: '#6B2ECF'

red 107 ◦ green 46 ◦ blue 207

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

Shades of Purple Heart #6B2ECF

Tints of Purple Heart #6B2ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.5%

R = 29.72%
G = 12.78%
B = 57.5%

CMYK

 C value IS 0.48

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B2ECF (or 0x6B2ECF) is known color: Purple Heart. HEX triplet: 6B, 2E and CF. RGB value is (107,46,207). Sum of RGB (Red+Green+Blue) = 107+46+207=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B2ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2ECF is #94D130. Grayscale: #525252. Windows color (decimal): -9752881 or 13577835. OLE color: 13577835.

HSL color Cylindrical-coordinate representation of color #6B2ECF: hue angle of 262.73º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B2ECF is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 46 207 -
CMYK 0.48 0.78 0 0.19
HSL 262.73º 0.64% 0.5% -
HSV(B) 262.73º 0.78% 0.81% -
XYZ 18.3 9.58 59.92 -
YUV 82.59 198.21 145.41 -
System Red Green Blue C M Y K H S L
Decimal 107 46 207 0.48 0.78 0 0.19 262.73 0.64 0.5
Hex 6B 2E CF 30 4E 0 13 107 40 32
Octal 153 56 317 60 116 0 23 407 100 62
Binary 1101011 101110 11001111 110000 1001110 0 10011 100000111 1000000 110010

Color Harmonies of #6B2ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2ECF

Black with #6B2ECF

Text Example


Text Example

White with #6B2ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,46,207); }

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

background-color css

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

 a { background-color: rgb(107,46,207); }

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

border-color css

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

 span { border-color: rgb(107,46,207); }

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