Html Css Color HEX #6218DB Purple Heart

📋 copy color: '#6218DB'

red 98 ◦ green 24 ◦ blue 219

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

Shades of Purple Heart #6218DB

Tints of Purple Heart #6218DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.04%

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

R = 28.74%
G = 7.04%
B = 64.22%

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

#6218DB (or 0x6218DB) is known color: Purple Heart. HEX triplet: 62, 18 and DB. RGB value is (98,24,219). Sum of RGB (Red+Green+Blue) = 98+24+219=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #6218DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218DB is #9DE724. Grayscale: #434343. Windows color (decimal): -10348325 or 14358626. OLE color: 14358626.

HSL color Cylindrical-coordinate representation of color #6218DB: hue angle of 262.77º 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 #6218DB is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 24 219 -
CMYK 0.55 0.89 0 0.14
HSL 262.77º 0.8% 0.48% -
HSV(B) 262.77º 0.89% 0.86% -
XYZ 18.15 8.36 67.68 -
YUV 68.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 98 24 219 0.55 0.89 0 0.14 262.77 0.8 0.48
Hex 62 18 DB 37 59 0 E 107 50 30
Octal 142 30 333 67 131 0 16 407 120 60
Binary 1100010 11000 11011011 110111 1011001 0 1110 100000111 1010000 110000

Color Harmonies of #6218DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218DB

Black with #6218DB

Text Example


Text Example

White with #6218DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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