Html Css Color HEX #6B0BD6 Purple Heart

📋 copy color: '#6B0BD6'

red 107 ◦ green 11 ◦ blue 214

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

Shades of Purple Heart #6B0BD6

Tints of Purple Heart #6B0BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.31%

 BLUE value IS 214 (83.98% from 255) = 64.46%

R = 32.23%
G = 3.31%
B = 64.46%

CMYK

 C value IS 0.50

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B0BD6 (or 0x6B0BD6) is known color: Purple Heart. HEX triplet: 6B, 0B and D6. RGB value is (107,11,214). Sum of RGB (Red+Green+Blue) = 107+11+214=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 214 (83.98% from 255 or 64.46% from 332); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B0BD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B0BD6 is #94F429. Grayscale: #3E3E3E. Windows color (decimal): -9761834 or 14027627. OLE color: 14027627.

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

Color convert

RGB 107 11 214 -
CMYK 0.50 0.95 0 0.16
HSL 268.37º 0.9% 0.44% -
HSV(B) 268.37º 0.95% 0.84% -
XYZ 18.32 8.22 64.24 -
YUV 62.85 213.3 159.49 -
System Red Green Blue C M Y K H S L
Decimal 107 11 214 0.50 0.95 0 0.16 268.37 0.9 0.44
Hex 6B B D6 32 5F 0 10 10C 5A 2C
Octal 153 13 326 62 137 0 20 414 132 54
Binary 1101011 1011 11010110 110010 1011111 0 10000 100001100 1011010 101100

Color Harmonies of #6B0BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0BD6

Black with #6B0BD6

Text Example


Text Example

White with #6B0BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,11,214); }

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

background-color css

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

 a { background-color: rgb(107,11,214); }

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

border-color css

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

 span { border-color: rgb(107,11,214); }

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