Html Css Color HEX #6213A4 Purple Heart

📋 copy color: '#6213A4'

red 98 ◦ green 19 ◦ blue 164

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

Shades of Purple Heart #6213A4

Tints of Purple Heart #6213A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 58.36%

R = 34.88%
G = 6.76%
B = 58.36%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6213A4 (or 0x6213A4) is known color: Purple Heart. HEX triplet: 62, 13 and A4. RGB value is (98,19,164). Sum of RGB (Red+Green+Blue) = 98+19+164=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 164 (64.45% from 255 or 58.36% from 281); Max value from RGB is 164 - color contains mainly: blue. Hex color #6213A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6213A4 is #9DEC5B. Grayscale: #3A3A3A. Windows color (decimal): -10349660 or 10752866. OLE color: 10752866.

HSL color Cylindrical-coordinate representation of color #6213A4: hue angle of 272.69º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6213A4 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 19 164 -
CMYK 0.40 0.88 0 0.36
HSL 272.69º 0.79% 0.36% -
HSV(B) 272.69º 0.88% 0.64% -
XYZ 11.97 5.74 35.6 -
YUV 59.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 98 19 164 0.40 0.88 0 0.36 272.69 0.79 0.36
Hex 62 13 A4 28 58 0 24 111 4F 24
Octal 142 23 244 50 130 0 44 421 117 44
Binary 1100010 10011 10100100 101000 1011000 0 100100 100010001 1001111 100100

Color Harmonies of #6213A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213A4

Black with #6213A4

Text Example


Text Example

White with #6213A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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