Html Css Color HEX #6217BA Purple Heart

📋 copy color: '#6217BA'

red 98 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #6217BA

Tints of Purple Heart #6217BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 31.92%
G = 7.49%
B = 60.59%

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

#6217BA (or 0x6217BA) is known color: Purple Heart. HEX triplet: 62, 17 and BA. RGB value is (98,23,186). Sum of RGB (Red+Green+Blue) = 98+23+186=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #6217BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217BA is #9DE845. Grayscale: #3F3F3F. Windows color (decimal): -10348614 or 12195682. OLE color: 12195682.

HSL color Cylindrical-coordinate representation of color #6217BA: hue angle of 267.61º degrees, saturation: 0.78, 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 #6217BA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 23 186 -
CMYK 0.47 0.88 0 0.27
HSL 267.61º 0.78% 0.41% -
HSV(B) 267.61º 0.88% 0.73% -
XYZ 14.21 6.75 47.01 -
YUV 64.01 196.85 152.25 -
System Red Green Blue C M Y K H S L
Decimal 98 23 186 0.47 0.88 0 0.27 267.61 0.78 0.41
Hex 62 17 BA 2F 58 0 1B 10C 4E 29
Octal 142 27 272 57 130 0 33 414 116 51
Binary 1100010 10111 10111010 101111 1011000 0 11011 100001100 1001110 101001

Color Harmonies of #6217BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217BA

Black with #6217BA

Text Example


Text Example

White with #6217BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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