Html Css Color HEX #6215CC Purple Heart

📋 copy color: '#6215CC'

red 98 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #6215CC

Tints of Purple Heart #6215CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.16%

R = 30.34%
G = 6.5%
B = 63.16%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6215CC (or 0x6215CC) is known color: Purple Heart. HEX triplet: 62, 15 and CC. RGB value is (98,21,204). Sum of RGB (Red+Green+Blue) = 98+21+204=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #6215CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215CC is #9DEA33. Grayscale: #404040. Windows color (decimal): -10349108 or 13374818. OLE color: 13374818.

HSL color Cylindrical-coordinate representation of color #6215CC: hue angle of 265.25º 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 #6215CC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 21 204 -
CMYK 0.52 0.90 0 0.2
HSL 265.25º 0.81% 0.44% -
HSV(B) 265.25º 0.9% 0.8% -
XYZ 16.2 7.49 57.72 -
YUV 64.89 206.51 151.62 -
System Red Green Blue C M Y K H S L
Decimal 98 21 204 0.52 0.90 0 0.2 265.25 0.81 0.44
Hex 62 15 CC 34 5A 0 14 109 51 2C
Octal 142 25 314 64 132 0 24 411 121 54
Binary 1100010 10101 11001100 110100 1011010 0 10100 100001001 1010001 101100

Color Harmonies of #6215CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6215CC

Black with #6215CC

Text Example


Text Example

White with #6215CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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