Html Css Color HEX #6216C2 Purple Heart

📋 copy color: '#6216C2'

red 98 ◦ green 22 ◦ blue 194

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

Shades of Purple Heart #6216C2

Tints of Purple Heart #6216C2

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

 BLUE value IS 194 (76.17% from 255) = 61.78%

R = 31.21%
G = 7.01%
B = 61.78%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6216C2 (or 0x6216C2) is known color: Purple Heart. HEX triplet: 62, 16 and C2. RGB value is (98,22,194). Sum of RGB (Red+Green+Blue) = 98+22+194=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #6216C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216C2 is #9DE93D. Grayscale: #3F3F3F. Windows color (decimal): -10348862 or 12719714. OLE color: 12719714.

HSL color Cylindrical-coordinate representation of color #6216C2: hue angle of 266.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6216C2 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 98 22 194 -
CMYK 0.49 0.89 0 0.24
HSL 266.51º 0.8% 0.42% -
HSV(B) 266.51º 0.89% 0.76% -
XYZ 15.06 7.07 51.61 -
YUV 64.33 201.18 152.01 -
System Red Green Blue C M Y K H S L
Decimal 98 22 194 0.49 0.89 0 0.24 266.51 0.8 0.42
Hex 62 16 C2 31 59 0 18 10B 50 2A
Octal 142 26 302 61 131 0 30 413 120 52
Binary 1100010 10110 11000010 110001 1011001 0 11000 100001011 1010000 101010

Color Harmonies of #6216C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6216C2

Black with #6216C2

Text Example


Text Example

White with #6216C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6216C2; }

 p { color: rgb(98,22,194); }

 H1.HeaderClassName
 {
   color: #6216C2;
 }
 .AnyTagClassName
 {
   color: #6216C2;
 }
</style>

background-color css

<style>
 a { background-color: #6216C2; }

 a { background-color: rgb(98,22,194); }

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

border-color css

<style>
 span { border-color: #6216C2; }

 span { border-color: rgb(98,22,194); }

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