Html Css Color HEX #6219BA Purple Heart

📋 copy color: '#6219BA'

red 98 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #6219BA

Tints of Purple Heart #6219BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 31.72%
G = 8.09%
B = 60.19%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6219BA (or 0x6219BA) is known color: Purple Heart. HEX triplet: 62, 19 and BA. RGB value is (98,25,186). Sum of RGB (Red+Green+Blue) = 98+25+186=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6219BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219BA is #9DE645. Grayscale: #404040. Windows color (decimal): -10348102 or 12196194. OLE color: 12196194.

HSL color Cylindrical-coordinate representation of color #6219BA: hue angle of 267.2º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6219BA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 25 186 -
CMYK 0.47 0.87 0 0.27
HSL 267.21º 0.76% 0.41% -
HSV(B) 267.21º 0.87% 0.73% -
XYZ 14.25 6.84 47.02 -
YUV 65.18 196.18 151.41 -
System Red Green Blue C M Y K H S L
Decimal 98 25 186 0.47 0.87 0 0.27 267.21 0.76 0.41
Hex 62 19 BA 2F 57 0 1B 10B 4C 29
Octal 142 31 272 57 127 0 33 413 114 51
Binary 1100010 11001 10111010 101111 1010111 0 11011 100001011 1001100 101001

Color Harmonies of #6219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219BA

Black with #6219BA

Text Example


Text Example

White with #6219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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