Html Css Color HEX #6218AF Purple Heart

📋 copy color: '#6218AF'

red 98 ◦ green 24 ◦ blue 175

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

Shades of Purple Heart #6218AF

Tints of Purple Heart #6218AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.92%

R = 33%
G = 8.08%
B = 58.92%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6218AF (or 0x6218AF) is known color: Purple Heart. HEX triplet: 62, 18 and AF. RGB value is (98,24,175). Sum of RGB (Red+Green+Blue) = 98+24+175=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #6218AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6218AF is #9DE750. Grayscale: #3E3E3E. Windows color (decimal): -10348369 or 11475042. OLE color: 11475042.

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

Color convert

RGB 98 24 175 -
CMYK 0.44 0.86 0 0.31
HSL 269.4º 0.76% 0.39% -
HSV(B) 269.4º 0.86% 0.69% -
XYZ 13.1 6.35 41.09 -
YUV 63.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 98 24 175 0.44 0.86 0 0.31 269.4 0.76 0.39
Hex 62 18 AF 2C 56 0 1F 10D 4C 27
Octal 142 30 257 54 126 0 37 415 114 47
Binary 1100010 11000 10101111 101100 1010110 0 11111 100001101 1001100 100111

Color Harmonies of #6218AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218AF

Black with #6218AF

Text Example


Text Example

White with #6218AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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