Html Css Color HEX #6216D6 Purple Heart

📋 copy color: '#6216D6'

red 98 ◦ green 22 ◦ blue 214

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

Shades of Purple Heart #6216D6

Tints of Purple Heart #6216D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 64.07%

R = 29.34%
G = 6.59%
B = 64.07%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6216D6 (or 0x6216D6) is known color: Purple Heart. HEX triplet: 62, 16 and D6. RGB value is (98,22,214). Sum of RGB (Red+Green+Blue) = 98+22+214=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 214 (83.98% from 255 or 64.07% from 334); Max value from RGB is 214 - color contains mainly: blue. Hex color #6216D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216D6 is #9DE929. Grayscale: #414141. Windows color (decimal): -10348842 or 14030434. OLE color: 14030434.

HSL color Cylindrical-coordinate representation of color #6216D6: hue angle of 263.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6216D6 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 22 214 -
CMYK 0.54 0.90 0 0.16
HSL 263.75º 0.81% 0.46% -
HSV(B) 263.75º 0.9% 0.84% -
XYZ 17.46 8.03 64.25 -
YUV 66.61 211.18 150.39 -
System Red Green Blue C M Y K H S L
Decimal 98 22 214 0.54 0.90 0 0.16 263.75 0.81 0.46
Hex 62 16 D6 36 5A 0 10 108 51 2E
Octal 142 26 326 66 132 0 20 410 121 56
Binary 1100010 10110 11010110 110110 1011010 0 10000 100001000 1010001 101110

Color Harmonies of #6216D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6216D6

Black with #6216D6

Text Example


Text Example

White with #6216D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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