Html Css Color HEX #6B2DBE Purple Heart

📋 copy color: '#6B2DBE'

red 107 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #6B2DBE

Tints of Purple Heart #6B2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.16%

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

R = 31.29%
G = 13.16%
B = 55.56%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B2DBE (or 0x6B2DBE) is known color: Purple Heart. HEX triplet: 6B, 2D and BE. RGB value is (107,45,190). Sum of RGB (Red+Green+Blue) = 107+45+190=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B2DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2DBE is #94D241. Grayscale: #4F4F4F. Windows color (decimal): -9753154 or 12463467. OLE color: 12463467.

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

Color convert

RGB 107 45 190 -
CMYK 0.44 0.76 0 0.25
HSL 265.66º 0.62% 0.46% -
HSV(B) 265.66º 0.76% 0.75% -
XYZ 16.3 8.72 49.54 -
YUV 80.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 107 45 190 0.44 0.76 0 0.25 265.66 0.62 0.46
Hex 6B 2D BE 2C 4C 0 19 10A 3E 2E
Octal 153 55 276 54 114 0 31 412 76 56
Binary 1101011 101101 10111110 101100 1001100 0 11001 100001010 111110 101110

Color Harmonies of #6B2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DBE

Black with #6B2DBE

Text Example


Text Example

White with #6B2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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