Html Css Color HEX #6219CC Purple Heart

📋 copy color: '#6219CC'

red 98 ◦ green 25 ◦ blue 204

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

Shades of Purple Heart #6219CC

Tints of Purple Heart #6219CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 29.97%
G = 7.65%
B = 62.39%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6219CC (or 0x6219CC) is known color: Purple Heart. HEX triplet: 62, 19 and CC. RGB value is (98,25,204). Sum of RGB (Red+Green+Blue) = 98+25+204=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #6219CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219CC is #9DE633. Grayscale: #424242. Windows color (decimal): -10348084 or 13375842. OLE color: 13375842.

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

Color convert

RGB 98 25 204 -
CMYK 0.52 0.88 0 0.2
HSL 264.47º 0.78% 0.45% -
HSV(B) 264.47º 0.88% 0.8% -
XYZ 16.28 7.65 57.75 -
YUV 67.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 98 25 204 0.52 0.88 0 0.2 264.47 0.78 0.45
Hex 62 19 CC 34 58 0 14 108 4E 2D
Octal 142 31 314 64 130 0 24 410 116 55
Binary 1100010 11001 11001100 110100 1011000 0 10100 100001000 1001110 101101

Color Harmonies of #6219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6219CC

Black with #6219CC

Text Example


Text Example

White with #6219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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