Html Css Color HEX #6218CE Purple Heart

📋 copy color: '#6218CE'

red 98 ◦ green 24 ◦ blue 206

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

Shades of Purple Heart #6218CE

Tints of Purple Heart #6218CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 29.88%
G = 7.32%
B = 62.8%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6218CE (or 0x6218CE) is known color: Purple Heart. HEX triplet: 62, 18 and CE. RGB value is (98,24,206). Sum of RGB (Red+Green+Blue) = 98+24+206=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #6218CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6218CE is #9DE731. Grayscale: #424242. Windows color (decimal): -10348338 or 13506658. OLE color: 13506658.

HSL color Cylindrical-coordinate representation of color #6218CE: hue angle of 264.4º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6218CE is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 24 206 -
CMYK 0.52 0.88 0 0.19
HSL 264.4º 0.79% 0.45% -
HSV(B) 264.4º 0.88% 0.81% -
XYZ 16.5 7.71 59.01 -
YUV 66.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 98 24 206 0.52 0.88 0 0.19 264.4 0.79 0.45
Hex 62 18 CE 34 58 0 13 108 4F 2D
Octal 142 30 316 64 130 0 23 410 117 55
Binary 1100010 11000 11001110 110100 1011000 0 10011 100001000 1001111 101101

Color Harmonies of #6218CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6218CE

Black with #6218CE

Text Example


Text Example

White with #6218CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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