Html Css Color HEX #6219DC Purple Heart

📋 copy color: '#6219DC'

red 98 ◦ green 25 ◦ blue 220

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

Shades of Purple Heart #6219DC

Tints of Purple Heart #6219DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 220 (86.33% from 255) = 64.14%

R = 28.57%
G = 7.29%
B = 64.14%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6219DC (or 0x6219DC) is known color: Purple Heart. HEX triplet: 62, 19 and DC. RGB value is (98,25,220). Sum of RGB (Red+Green+Blue) = 98+25+220=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #6219DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219DC is #9DE623. Grayscale: #444444. Windows color (decimal): -10348068 or 14424418. OLE color: 14424418.

HSL color Cylindrical-coordinate representation of color #6219DC: hue angle of 262.46º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6219DC is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 25 220 -
CMYK 0.55 0.89 0 0.14
HSL 262.46º 0.8% 0.48% -
HSV(B) 262.46º 0.89% 0.86% -
XYZ 18.3 8.46 68.38 -
YUV 69.06 213.18 148.64 -
System Red Green Blue C M Y K H S L
Decimal 98 25 220 0.55 0.89 0 0.14 262.46 0.8 0.48
Hex 62 19 DC 37 59 0 E 106 50 30
Octal 142 31 334 67 131 0 16 406 120 60
Binary 1100010 11001 11011100 110111 1011001 0 1110 100000110 1010000 110000

Color Harmonies of #6219DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219DC

Black with #6219DC

Text Example


Text Example

White with #6219DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6219DC; }

 p { color: rgb(98,25,220); }

 H1.HeaderClassName
 {
   color: #6219DC;
 }
 .AnyTagClassName
 {
   color: #6219DC;
 }
</style>

background-color css

<style>
 a { background-color: #6219DC; }

 a { background-color: rgb(98,25,220); }

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

border-color css

<style>
 span { border-color: #6219DC; }

 span { border-color: rgb(98,25,220); }

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