Html Css Color HEX #6216CF Purple Heart

📋 copy color: '#6216CF'

red 98 ◦ green 22 ◦ blue 207

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

Shades of Purple Heart #6216CF

Tints of Purple Heart #6216CF

RGB

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

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

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

R = 29.97%
G = 6.73%
B = 63.3%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6216CF (or 0x6216CF) is known color: Purple Heart. HEX triplet: 62, 16 and CF. RGB value is (98,22,207). Sum of RGB (Red+Green+Blue) = 98+22+207=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #6216CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6216CF is #9DE930. Grayscale: #414141. Windows color (decimal): -10348849 or 13571682. OLE color: 13571682.

HSL color Cylindrical-coordinate representation of color #6216CF: hue angle of 264.65º 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 #6216CF is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 22 207 -
CMYK 0.53 0.89 0 0.19
HSL 264.65º 0.81% 0.45% -
HSV(B) 264.65º 0.89% 0.81% -
XYZ 16.59 7.68 59.64 -
YUV 65.81 207.68 150.96 -
System Red Green Blue C M Y K H S L
Decimal 98 22 207 0.53 0.89 0 0.19 264.65 0.81 0.45
Hex 62 16 CF 35 59 0 13 109 51 2D
Octal 142 26 317 65 131 0 23 411 121 55
Binary 1100010 10110 11001111 110101 1011001 0 10011 100001001 1010001 101101

Color Harmonies of #6216CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6216CF

Black with #6216CF

Text Example


Text Example

White with #6216CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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