Html Css Color HEX #6213DA Purple Heart

📋 copy color: '#6213DA'

red 98 ◦ green 19 ◦ blue 218

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

Shades of Purple Heart #6213DA

Tints of Purple Heart #6213DA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 29.25%
G = 5.67%
B = 65.07%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6213DA (or 0x6213DA) is known color: Purple Heart. HEX triplet: 62, 13 and DA. RGB value is (98,19,218). Sum of RGB (Red+Green+Blue) = 98+19+218=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #6213DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213DA is #9DEC25. Grayscale: #404040. Windows color (decimal): -10349606 or 14291810. OLE color: 14291810.

HSL color Cylindrical-coordinate representation of color #6213DA: hue angle of 263.82º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6213DA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 19 218 -
CMYK 0.55 0.91 0 0.15
HSL 263.82º 0.84% 0.46% -
HSV(B) 263.82º 0.91% 0.85% -
XYZ 17.92 8.12 66.95 -
YUV 65.31 214.17 151.32 -
System Red Green Blue C M Y K H S L
Decimal 98 19 218 0.55 0.91 0 0.15 263.82 0.84 0.46
Hex 62 13 DA 37 5B 0 F 108 54 2E
Octal 142 23 332 67 133 0 17 410 124 56
Binary 1100010 10011 11011010 110111 1011011 0 1111 100001000 1010100 101110

Color Harmonies of #6213DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213DA

Black with #6213DA

Text Example


Text Example

White with #6213DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6213DA; }

 p { color: rgb(98,19,218); }

 H1.HeaderClassName
 {
   color: #6213DA;
 }
 .AnyTagClassName
 {
   color: #6213DA;
 }
</style>

background-color css

<style>
 a { background-color: #6213DA; }

 a { background-color: rgb(98,19,218); }

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

border-color css

<style>
 span { border-color: #6213DA; }

 span { border-color: rgb(98,19,218); }

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