Html Css Color HEX #6219A2 Purple Heart

📋 copy color: '#6219A2'

red 98 ◦ green 25 ◦ blue 162

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

Shades of Purple Heart #6219A2

Tints of Purple Heart #6219A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 162 (63.67% from 255) = 56.84%

R = 34.39%
G = 8.77%
B = 56.84%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6219A2 (or 0x6219A2) is known color: Purple Heart. HEX triplet: 62, 19 and A2. RGB value is (98,25,162). Sum of RGB (Red+Green+Blue) = 98+25+162=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #6219A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6219A2 is #9DE65D. Grayscale: #3D3D3D. Windows color (decimal): -10348126 or 10623330. OLE color: 10623330.

HSL color Cylindrical-coordinate representation of color #6219A2: hue angle of 271.97º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6219A2 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 25 162 -
CMYK 0.40 0.85 0 0.36
HSL 271.97º 0.73% 0.37% -
HSV(B) 271.97º 0.85% 0.64% -
XYZ 11.91 5.9 34.69 -
YUV 62.45 184.18 153.36 -
System Red Green Blue C M Y K H S L
Decimal 98 25 162 0.40 0.85 0 0.36 271.97 0.73 0.37
Hex 62 19 A2 28 55 0 24 110 49 25
Octal 142 31 242 50 125 0 44 420 111 45
Binary 1100010 11001 10100010 101000 1010101 0 100100 100010000 1001001 100101

Color Harmonies of #6219A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219A2

Black with #6219A2

Text Example


Text Example

White with #6219A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6219A2; }

 p { color: rgb(98,25,162); }

 H1.HeaderClassName
 {
   color: #6219A2;
 }
 .AnyTagClassName
 {
   color: #6219A2;
 }
</style>

background-color css

<style>
 a { background-color: #6219A2; }

 a { background-color: rgb(98,25,162); }

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

border-color css

<style>
 span { border-color: #6219A2; }

 span { border-color: rgb(98,25,162); }

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