Html Css Color HEX #6213BE Purple Heart

📋 copy color: '#6213BE'

red 98 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #6213BE

Tints of Purple Heart #6213BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 31.92%
G = 6.19%
B = 61.89%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6213BE (or 0x6213BE) is known color: Purple Heart. HEX triplet: 62, 13 and BE. RGB value is (98,19,190). Sum of RGB (Red+Green+Blue) = 98+19+190=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #6213BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6213BE is #9DEC41. Grayscale: #3D3D3D. Windows color (decimal): -10349634 or 12456802. OLE color: 12456802.

HSL color Cylindrical-coordinate representation of color #6213BE: hue angle of 267.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6213BE is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 19 190 -
CMYK 0.48 0.90 0 0.25
HSL 267.72º 0.82% 0.41% -
HSV(B) 267.72º 0.9% 0.75% -
XYZ 14.56 6.78 49.26 -
YUV 62.12 200.17 153.6 -
System Red Green Blue C M Y K H S L
Decimal 98 19 190 0.48 0.90 0 0.25 267.72 0.82 0.41
Hex 62 13 BE 30 5A 0 19 10C 52 29
Octal 142 23 276 60 132 0 31 414 122 51
Binary 1100010 10011 10111110 110000 1011010 0 11001 100001100 1010010 101001

Color Harmonies of #6213BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6213BE

Black with #6213BE

Text Example


Text Example

White with #6213BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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