Html Css Color HEX #6210AB Purple Heart

📋 copy color: '#6210AB'

red 98 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #6210AB

Tints of Purple Heart #6210AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 34.39%
G = 5.61%
B = 60%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6210AB (or 0x6210AB) is known color: Purple Heart. HEX triplet: 62, 10 and AB. RGB value is (98,16,171). Sum of RGB (Red+Green+Blue) = 98+16+171=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #6210AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6210AB is #9DEF54. Grayscale: #393939. Windows color (decimal): -10350421 or 11210850. OLE color: 11210850.

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

Color convert

RGB 98 16 171 -
CMYK 0.43 0.91 0 0.33
HSL 271.74º 0.83% 0.37% -
HSV(B) 271.74º 0.91% 0.67% -
XYZ 12.57 5.91 39.01 -
YUV 58.19 191.67 156.4 -
System Red Green Blue C M Y K H S L
Decimal 98 16 171 0.43 0.91 0 0.33 271.74 0.83 0.37
Hex 62 10 AB 2B 5B 0 21 110 53 25
Octal 142 20 253 53 133 0 41 420 123 45
Binary 1100010 10000 10101011 101011 1011011 0 100001 100010000 1010011 100101

Color Harmonies of #6210AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6210AB

Black with #6210AB

Text Example


Text Example

White with #6210AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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