Html Css Color HEX #6212DA Purple Heart

📋 copy color: '#6212DA'

red 98 ◦ green 18 ◦ blue 218

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

Shades of Purple Heart #6212DA

Tints of Purple Heart #6212DA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

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

R = 29.34%
G = 5.39%
B = 65.27%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6212DA (or 0x6212DA) is known color: Purple Heart. HEX triplet: 62, 12 and DA. RGB value is (98,18,218). Sum of RGB (Red+Green+Blue) = 98+18+218=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6212DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212DA is #9DED25. Grayscale: #404040. Windows color (decimal): -10349862 or 14291554. OLE color: 14291554.

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

Color convert

RGB 98 18 218 -
CMYK 0.55 0.92 0 0.15
HSL 264º 0.85% 0.46% -
HSV(B) 264º 0.92% 0.85% -
XYZ 17.91 8.09 66.95 -
YUV 64.72 214.5 151.74 -
System Red Green Blue C M Y K H S L
Decimal 98 18 218 0.55 0.92 0 0.15 264 0.85 0.46
Hex 62 12 DA 37 5C 0 F 108 55 2E
Octal 142 22 332 67 134 0 17 410 125 56
Binary 1100010 10010 11011010 110111 1011100 0 1111 100001000 1010101 101110

Color Harmonies of #6212DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6212DA

Black with #6212DA

Text Example


Text Example

White with #6212DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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