Html Css Color HEX #6216BA Purple Heart

📋 copy color: '#6216BA'

red 98 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #6216BA

Tints of Purple Heart #6216BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 32.03%
G = 7.19%
B = 60.78%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6216BA (or 0x6216BA) is known color: Purple Heart. HEX triplet: 62, 16 and BA. RGB value is (98,22,186). Sum of RGB (Red+Green+Blue) = 98+22+186=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #6216BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216BA is #9DE945. Grayscale: #3E3E3E. Windows color (decimal): -10348870 or 12195426. OLE color: 12195426.

HSL color Cylindrical-coordinate representation of color #6216BA: hue angle of 267.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6216BA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 22 186 -
CMYK 0.47 0.88 0 0.27
HSL 267.8º 0.79% 0.41% -
HSV(B) 267.8º 0.88% 0.73% -
XYZ 14.19 6.72 47 -
YUV 63.42 197.18 152.66 -
System Red Green Blue C M Y K H S L
Decimal 98 22 186 0.47 0.88 0 0.27 267.8 0.79 0.41
Hex 62 16 BA 2F 58 0 1B 10C 4F 29
Octal 142 26 272 57 130 0 33 414 117 51
Binary 1100010 10110 10111010 101111 1011000 0 11011 100001100 1001111 101001

Color Harmonies of #6216BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6216BA

Black with #6216BA

Text Example


Text Example

White with #6216BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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