Html Css Color HEX #6219CF Purple Heart

📋 copy color: '#6219CF'

red 98 ◦ green 25 ◦ blue 207

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

Shades of Purple Heart #6219CF

Tints of Purple Heart #6219CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.73%

R = 29.7%
G = 7.58%
B = 62.73%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6219CF (or 0x6219CF) is known color: Purple Heart. HEX triplet: 62, 19 and CF. RGB value is (98,25,207). Sum of RGB (Red+Green+Blue) = 98+25+207=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #6219CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219CF is #9DE630. Grayscale: #424242. Windows color (decimal): -10348081 or 13572450. OLE color: 13572450.

HSL color Cylindrical-coordinate representation of color #6219CF: hue angle of 264.07º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6219CF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 25 207 -
CMYK 0.53 0.88 0 0.19
HSL 264.07º 0.78% 0.45% -
HSV(B) 264.07º 0.88% 0.81% -
XYZ 16.65 7.8 59.66 -
YUV 67.58 206.68 149.7 -
System Red Green Blue C M Y K H S L
Decimal 98 25 207 0.53 0.88 0 0.19 264.07 0.78 0.45
Hex 62 19 CF 35 58 0 13 108 4E 2D
Octal 142 31 317 65 130 0 23 410 116 55
Binary 1100010 11001 11001111 110101 1011000 0 10011 100001000 1001110 101101

Color Harmonies of #6219CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219CF

Black with #6219CF

Text Example


Text Example

White with #6219CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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