Html Css Color HEX #6B1ADD Purple Heart

📋 copy color: '#6B1ADD'

red 107 ◦ green 26 ◦ blue 221

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

Shades of Purple Heart #6B1ADD

Tints of Purple Heart #6B1ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.34%

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 30.23%
G = 7.34%
B = 62.43%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B1ADD (or 0x6B1ADD) is known color: Purple Heart. HEX triplet: 6B, 1A and DD. RGB value is (107,26,221). Sum of RGB (Red+Green+Blue) = 107+26+221=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B1ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ADD is #94E522. Grayscale: #474747. Windows color (decimal): -9757987 or 14490219. OLE color: 14490219.

HSL color Cylindrical-coordinate representation of color #6B1ADD: hue angle of 264.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B1ADD is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 26 221 -
CMYK 0.52 0.88 0 0.13
HSL 264.92º 0.79% 0.48% -
HSV(B) 264.92º 0.88% 0.87% -
XYZ 19.48 9.09 69.13 -
YUV 72.45 211.84 152.64 -
System Red Green Blue C M Y K H S L
Decimal 107 26 221 0.52 0.88 0 0.13 264.92 0.79 0.48
Hex 6B 1A DD 34 58 0 D 109 4F 30
Octal 153 32 335 64 130 0 15 411 117 60
Binary 1101011 11010 11011101 110100 1011000 0 1101 100001001 1001111 110000

Color Harmonies of #6B1ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1ADD

Black with #6B1ADD

Text Example


Text Example

White with #6B1ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,26,221); }

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

background-color css

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

 a { background-color: rgb(107,26,221); }

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

border-color css

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

 span { border-color: rgb(107,26,221); }

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