Html Css Color HEX #6B21DB Purple Heart

📋 copy color: '#6B21DB'

red 107 ◦ green 33 ◦ blue 219

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

Shades of Purple Heart #6B21DB

Tints of Purple Heart #6B21DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.19%

 BLUE value IS 219 (85.94% from 255) = 61%

R = 29.81%
G = 9.19%
B = 61%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B21DB (or 0x6B21DB) is known color: Purple Heart. HEX triplet: 6B, 21 and DB. RGB value is (107,33,219). Sum of RGB (Red+Green+Blue) = 107+33+219=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B21DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B21DB is #94DE24. Grayscale: #4B4B4B. Windows color (decimal): -9756197 or 14360939. OLE color: 14360939.

HSL color Cylindrical-coordinate representation of color #6B21DB: hue angle of 263.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B21DB is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 33 219 -
CMYK 0.51 0.85 0 0.14
HSL 263.87º 0.74% 0.49% -
HSV(B) 263.87º 0.85% 0.86% -
XYZ 19.39 9.33 67.8 -
YUV 76.33 208.52 149.88 -
System Red Green Blue C M Y K H S L
Decimal 107 33 219 0.51 0.85 0 0.14 263.87 0.74 0.49
Hex 6B 21 DB 33 55 0 E 108 4A 31
Octal 153 41 333 63 125 0 16 410 112 61
Binary 1101011 100001 11011011 110011 1010101 0 1110 100001000 1001010 110001

Color Harmonies of #6B21DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B21DB

Black with #6B21DB

Text Example


Text Example

White with #6B21DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,33,219); }

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

background-color css

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

 a { background-color: rgb(107,33,219); }

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

border-color css

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

 span { border-color: rgb(107,33,219); }

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