Html Css Color HEX #6215AB Purple Heart

📋 copy color: '#6215AB'

red 98 ◦ green 21 ◦ blue 171

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

Shades of Purple Heart #6215AB

Tints of Purple Heart #6215AB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 33.79%
G = 7.24%
B = 58.97%

CMYK

 C value IS 0.43

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6215AB (or 0x6215AB) is known color: Purple Heart. HEX triplet: 62, 15 and AB. RGB value is (98,21,171). Sum of RGB (Red+Green+Blue) = 98+21+171=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #6215AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6215AB is #9DEA54. Grayscale: #3C3C3C. Windows color (decimal): -10349141 or 11212130. OLE color: 11212130.

HSL color Cylindrical-coordinate representation of color #6215AB: hue angle of 270.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6215AB is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 21 171 -
CMYK 0.43 0.88 0 0.33
HSL 270.8º 0.78% 0.38% -
HSV(B) 270.8º 0.88% 0.67% -
XYZ 12.66 6.07 39.03 -
YUV 61.12 190.01 154.3 -
System Red Green Blue C M Y K H S L
Decimal 98 21 171 0.43 0.88 0 0.33 270.8 0.78 0.38
Hex 62 15 AB 2B 58 0 21 10F 4E 26
Octal 142 25 253 53 130 0 41 417 116 46
Binary 1100010 10101 10101011 101011 1011000 0 100001 100001111 1001110 100110

Color Harmonies of #6215AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215AB

Black with #6215AB

Text Example


Text Example

White with #6215AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6215AB; }

 p { color: rgb(98,21,171); }

 H1.HeaderClassName
 {
   color: #6215AB;
 }
 .AnyTagClassName
 {
   color: #6215AB;
 }
</style>

background-color css

<style>
 a { background-color: #6215AB; }

 a { background-color: rgb(98,21,171); }

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

border-color css

<style>
 span { border-color: #6215AB; }

 span { border-color: rgb(98,21,171); }

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