Html Css Color HEX #6216DB Purple Heart

📋 copy color: '#6216DB'

red 98 ◦ green 22 ◦ blue 219

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

Shades of Purple Heart #6216DB

Tints of Purple Heart #6216DB

RGB

 RED value IS 98 (38.67% from 255) = 28.91%

 GREEN value IS 22 (8.98% from 255) = 6.49%

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

R = 28.91%
G = 6.49%
B = 64.6%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6216DB (or 0x6216DB) is known color: Purple Heart. HEX triplet: 62, 16 and DB. RGB value is (98,22,219). Sum of RGB (Red+Green+Blue) = 98+22+219=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #6216DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216DB is #9DE924. Grayscale: #424242. Windows color (decimal): -10348837 or 14358114. OLE color: 14358114.

HSL color Cylindrical-coordinate representation of color #6216DB: hue angle of 263.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6216DB is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 22 219 -
CMYK 0.55 0.90 0 0.14
HSL 263.15º 0.82% 0.47% -
HSV(B) 263.15º 0.9% 0.86% -
XYZ 18.11 8.28 67.66 -
YUV 67.18 213.68 149.98 -
System Red Green Blue C M Y K H S L
Decimal 98 22 219 0.55 0.90 0 0.14 263.15 0.82 0.47
Hex 62 16 DB 37 5A 0 E 107 52 2F
Octal 142 26 333 67 132 0 16 407 122 57
Binary 1100010 10110 11011011 110111 1011010 0 1110 100000111 1010010 101111

Color Harmonies of #6216DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6216DB

Black with #6216DB

Text Example


Text Example

White with #6216DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6216DB; }

 p { color: rgb(98,22,219); }

 H1.HeaderClassName
 {
   color: #6216DB;
 }
 .AnyTagClassName
 {
   color: #6216DB;
 }
</style>

background-color css

<style>
 a { background-color: #6216DB; }

 a { background-color: rgb(98,22,219); }

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

border-color css

<style>
 span { border-color: #6216DB; }

 span { border-color: rgb(98,22,219); }

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