Html Css Color HEX #6215CD Purple Heart

📋 copy color: '#6215CD'

red 98 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #6215CD

Tints of Purple Heart #6215CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.27%

R = 30.25%
G = 6.48%
B = 63.27%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6215CD (or 0x6215CD) is known color: Purple Heart. HEX triplet: 62, 15 and CD. RGB value is (98,21,205). Sum of RGB (Red+Green+Blue) = 98+21+205=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #6215CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215CD is #9DEA32. Grayscale: #404040. Windows color (decimal): -10349107 or 13440354. OLE color: 13440354.

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

Color convert

RGB 98 21 205 -
CMYK 0.52 0.90 0 0.20
HSL 265.11º 0.81% 0.44% -
HSV(B) 265.11º 0.9% 0.8% -
XYZ 16.32 7.54 58.35 -
YUV 65 207.01 151.54 -
System Red Green Blue C M Y K H S L
Decimal 98 21 205 0.52 0.90 0 0.20 265.11 0.81 0.44
Hex 62 15 CD 34 5A 0 14 109 51 2C
Octal 142 25 315 64 132 0 24 411 121 54
Binary 1100010 10101 11001101 110100 1011010 0 10100 100001001 1010001 101100

Color Harmonies of #6215CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215CD

Black with #6215CD

Text Example


Text Example

White with #6215CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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