Html Css Color HEX #6B2BD7 Purple Heart

📋 copy color: '#6B2BD7'

red 107 ◦ green 43 ◦ blue 215

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

Shades of Purple Heart #6B2BD7

Tints of Purple Heart #6B2BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 58.9%

R = 29.32%
G = 11.78%
B = 58.9%

CMYK

 C value IS 0.50

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B2BD7 (or 0x6B2BD7) is known color: Purple Heart. HEX triplet: 6B, 2B and D7. RGB value is (107,43,215). Sum of RGB (Red+Green+Blue) = 107+43+215=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 215 (84.38% from 255 or 58.90% from 365); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B2BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BD7 is #94D428. Grayscale: #515151. Windows color (decimal): -9753641 or 14101355. OLE color: 14101355.

HSL color Cylindrical-coordinate representation of color #6B2BD7: hue angle of 262.33º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B2BD7 is Cyan = 0.50, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 43 215 -
CMYK 0.50 0.8 0 0.16
HSL 262.33º 0.68% 0.51% -
HSV(B) 262.33º 0.8% 0.84% -
XYZ 19.19 9.76 65.16 -
YUV 81.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 107 43 215 0.50 0.8 0 0.16 262.33 0.68 0.51
Hex 6B 2B D7 32 50 0 10 106 44 33
Octal 153 53 327 62 120 0 20 406 104 63
Binary 1101011 101011 11010111 110010 1010000 0 10000 100000110 1000100 110011

Color Harmonies of #6B2BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2BD7

Black with #6B2BD7

Text Example


Text Example

White with #6B2BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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