Html Css Color HEX #6216CE Purple Heart

📋 copy color: '#6216CE'

red 98 ◦ green 22 ◦ blue 206

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

Shades of Purple Heart #6216CE

Tints of Purple Heart #6216CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 30.06%
G = 6.75%
B = 63.19%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6216CE (or 0x6216CE) is known color: Purple Heart. HEX triplet: 62, 16 and CE. RGB value is (98,22,206). Sum of RGB (Red+Green+Blue) = 98+22+206=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #6216CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216CE is #9DE931. Grayscale: #414141. Windows color (decimal): -10348850 or 13506146. OLE color: 13506146.

HSL color Cylindrical-coordinate representation of color #6216CE: hue angle of 264.78º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6216CE is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 22 206 -
CMYK 0.52 0.89 0 0.19
HSL 264.78º 0.81% 0.45% -
HSV(B) 264.78º 0.89% 0.81% -
XYZ 16.46 7.63 59 -
YUV 65.7 207.18 151.04 -
System Red Green Blue C M Y K H S L
Decimal 98 22 206 0.52 0.89 0 0.19 264.78 0.81 0.45
Hex 62 16 CE 34 59 0 13 109 51 2D
Octal 142 26 316 64 131 0 23 411 121 55
Binary 1100010 10110 11001110 110100 1011001 0 10011 100001001 1010001 101101

Color Harmonies of #6216CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6216CE

Black with #6216CE

Text Example


Text Example

White with #6216CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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