Html Css Color HEX #6210DA Purple Heart

📋 copy color: '#6210DA'

red 98 ◦ green 16 ◦ blue 218

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

Shades of Purple Heart #6210DA

Tints of Purple Heart #6210DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.82%

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

R = 29.52%
G = 4.82%
B = 65.66%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6210DA (or 0x6210DA) is known color: Purple Heart. HEX triplet: 62, 10 and DA. RGB value is (98,16,218). Sum of RGB (Red+Green+Blue) = 98+16+218=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #6210DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210DA is #9DEF25. Grayscale: #3E3E3E. Windows color (decimal): -10350374 or 14291042. OLE color: 14291042.

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

Color convert

RGB 98 16 218 -
CMYK 0.55 0.93 0 0.15
HSL 264.36º 0.86% 0.46% -
HSV(B) 264.36º 0.93% 0.85% -
XYZ 17.88 8.03 66.94 -
YUV 63.55 215.17 152.57 -
System Red Green Blue C M Y K H S L
Decimal 98 16 218 0.55 0.93 0 0.15 264.36 0.86 0.46
Hex 62 10 DA 37 5D 0 F 108 56 2E
Octal 142 20 332 67 135 0 17 410 126 56
Binary 1100010 10000 11011010 110111 1011101 0 1111 100001000 1010110 101110

Color Harmonies of #6210DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210DA

Black with #6210DA

Text Example


Text Example

White with #6210DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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