Html Css Color HEX #6217BC Purple Heart

📋 copy color: '#6217BC'

red 98 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #6217BC

Tints of Purple Heart #6217BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 31.72%
G = 7.44%
B = 60.84%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6217BC (or 0x6217BC) is known color: Purple Heart. HEX triplet: 62, 17 and BC. RGB value is (98,23,188). Sum of RGB (Red+Green+Blue) = 98+23+188=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #6217BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217BC is #9DE843. Grayscale: #3F3F3F. Windows color (decimal): -10348612 or 12326754. OLE color: 12326754.

HSL color Cylindrical-coordinate representation of color #6217BC: hue angle of 267.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6217BC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 23 188 -
CMYK 0.48 0.88 0 0.26
HSL 267.27º 0.78% 0.41% -
HSV(B) 267.27º 0.88% 0.74% -
XYZ 14.42 6.84 48.14 -
YUV 64.24 197.85 152.08 -
System Red Green Blue C M Y K H S L
Decimal 98 23 188 0.48 0.88 0 0.26 267.27 0.78 0.41
Hex 62 17 BC 30 58 0 1A 10B 4E 29
Octal 142 27 274 60 130 0 32 413 116 51
Binary 1100010 10111 10111100 110000 1011000 0 11010 100001011 1001110 101001

Color Harmonies of #6217BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217BC

Black with #6217BC

Text Example


Text Example

White with #6217BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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