Html Css Color HEX #6215CE Purple Heart

📋 copy color: '#6215CE'

red 98 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #6215CE

Tints of Purple Heart #6215CE

RGB

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

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

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

R = 30.15%
G = 6.46%
B = 63.38%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6215CE (or 0x6215CE) is known color: Purple Heart. HEX triplet: 62, 15 and CE. RGB value is (98,21,206). Sum of RGB (Red+Green+Blue) = 98+21+206=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #6215CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215CE is #9DEA31. Grayscale: #404040. Windows color (decimal): -10349106 or 13505890. OLE color: 13505890.

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

Color convert

RGB 98 21 206 -
CMYK 0.52 0.90 0 0.19
HSL 264.97º 0.81% 0.45% -
HSV(B) 264.97º 0.9% 0.81% -
XYZ 16.45 7.59 58.99 -
YUV 65.11 207.51 151.46 -
System Red Green Blue C M Y K H S L
Decimal 98 21 206 0.52 0.90 0 0.19 264.97 0.81 0.45
Hex 62 15 CE 34 5A 0 13 109 51 2D
Octal 142 25 316 64 132 0 23 411 121 55
Binary 1100010 10101 11001110 110100 1011010 0 10011 100001001 1010001 101101

Color Harmonies of #6215CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215CE

Black with #6215CE

Text Example


Text Example

White with #6215CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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