Html Css Color HEX #6215DB Purple Heart

📋 copy color: '#6215DB'

red 98 ◦ green 21 ◦ blue 219

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

Shades of Purple Heart #6215DB

Tints of Purple Heart #6215DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.21%

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

R = 28.99%
G = 6.21%
B = 64.79%

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

#6215DB (or 0x6215DB) is known color: Purple Heart. HEX triplet: 62, 15 and DB. RGB value is (98,21,219). Sum of RGB (Red+Green+Blue) = 98+21+219=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #6215DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215DB is #9DEA24. Grayscale: #414141. Windows color (decimal): -10349093 or 14357858. OLE color: 14357858.

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

Color convert

RGB 98 21 219 -
CMYK 0.55 0.90 0 0.14
HSL 263.33º 0.83% 0.47% -
HSV(B) 263.33º 0.9% 0.86% -
XYZ 18.09 8.25 67.66 -
YUV 66.6 214.01 150.4 -
System Red Green Blue C M Y K H S L
Decimal 98 21 219 0.55 0.90 0 0.14 263.33 0.83 0.47
Hex 62 15 DB 37 5A 0 E 107 52 2F
Octal 142 25 333 67 132 0 16 407 122 57
Binary 1100010 10101 11011011 110111 1011010 0 1110 100000111 1010010 101111

Color Harmonies of #6215DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215DB

Black with #6215DB

Text Example


Text Example

White with #6215DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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