Html Css Color HEX #6218AD Purple Heart

📋 copy color: '#6218AD'

red 98 ◦ green 24 ◦ blue 173

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

Shades of Purple Heart #6218AD

Tints of Purple Heart #6218AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.14%

 BLUE value IS 173 (67.97% from 255) = 58.64%

R = 33.22%
G = 8.14%
B = 58.64%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6218AD (or 0x6218AD) is known color: Purple Heart. HEX triplet: 62, 18 and AD. RGB value is (98,24,173). Sum of RGB (Red+Green+Blue) = 98+24+173=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #6218AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6218AD is #9DE752. Grayscale: #3E3E3E. Windows color (decimal): -10348371 or 11343970. OLE color: 11343970.

HSL color Cylindrical-coordinate representation of color #6218AD: hue angle of 269.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6218AD is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 98 24 173 -
CMYK 0.43 0.86 0 0.32
HSL 269.8º 0.76% 0.39% -
HSV(B) 269.8º 0.86% 0.68% -
XYZ 12.91 6.27 40.06 -
YUV 63.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 98 24 173 0.43 0.86 0 0.32 269.8 0.76 0.39
Hex 62 18 AD 2B 56 0 20 10E 4C 27
Octal 142 30 255 53 126 0 40 416 114 47
Binary 1100010 11000 10101101 101011 1010110 0 100000 100001110 1001100 100111

Color Harmonies of #6218AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218AD

Black with #6218AD

Text Example


Text Example

White with #6218AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6218AD; }

 p { color: rgb(98,24,173); }

 H1.HeaderClassName
 {
   color: #6218AD;
 }
 .AnyTagClassName
 {
   color: #6218AD;
 }
</style>

background-color css

<style>
 a { background-color: #6218AD; }

 a { background-color: rgb(98,24,173); }

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

border-color css

<style>
 span { border-color: #6218AD; }

 span { border-color: rgb(98,24,173); }

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