Html Css Color HEX #6213AC Purple Heart

📋 copy color: '#6213AC'

red 98 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #6213AC

Tints of Purple Heart #6213AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.52%

R = 33.91%
G = 6.57%
B = 59.52%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6213AC (or 0x6213AC) is known color: Purple Heart. HEX triplet: 62, 13 and AC. RGB value is (98,19,172). Sum of RGB (Red+Green+Blue) = 98+19+172=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #6213AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6213AC is #9DEC53. Grayscale: #3B3B3B. Windows color (decimal): -10349652 or 11277154. OLE color: 11277154.

HSL color Cylindrical-coordinate representation of color #6213AC: hue angle of 270.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6213AC is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 19 172 -
CMYK 0.43 0.89 0 0.33
HSL 270.98º 0.8% 0.37% -
HSV(B) 270.98º 0.89% 0.67% -
XYZ 12.72 6.04 39.53 -
YUV 60.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 98 19 172 0.43 0.89 0 0.33 270.98 0.8 0.37
Hex 62 13 AC 2B 59 0 21 10F 50 25
Octal 142 23 254 53 131 0 41 417 120 45
Binary 1100010 10011 10101100 101011 1011001 0 100001 100001111 1010000 100101

Color Harmonies of #6213AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213AC

Black with #6213AC

Text Example


Text Example

White with #6213AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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