Html Css Color HEX #6217BB Purple Heart

📋 copy color: '#6217BB'

red 98 ◦ green 23 ◦ blue 187

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

Shades of Purple Heart #6217BB

Tints of Purple Heart #6217BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.71%

R = 31.82%
G = 7.47%
B = 60.71%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6217BB (or 0x6217BB) is known color: Purple Heart. HEX triplet: 62, 17 and BB. RGB value is (98,23,187). Sum of RGB (Red+Green+Blue) = 98+23+187=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #6217BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217BB is #9DE844. Grayscale: #3F3F3F. Windows color (decimal): -10348613 or 12261218. OLE color: 12261218.

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

Color convert

RGB 98 23 187 -
CMYK 0.48 0.88 0 0.27
HSL 267.44º 0.78% 0.41% -
HSV(B) 267.44º 0.88% 0.73% -
XYZ 14.31 6.8 47.57 -
YUV 64.12 197.35 152.16 -
System Red Green Blue C M Y K H S L
Decimal 98 23 187 0.48 0.88 0 0.27 267.44 0.78 0.41
Hex 62 17 BB 30 58 0 1B 10B 4E 29
Octal 142 27 273 60 130 0 33 413 116 51
Binary 1100010 10111 10111011 110000 1011000 0 11011 100001011 1001110 101001

Color Harmonies of #6217BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6217BB

Black with #6217BB

Text Example


Text Example

White with #6217BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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