Html Css Color HEX #6715BC Purple Heart

📋 copy color: '#6715BC'

red 103 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6715BC

Tints of Purple Heart #6715BC

RGB

 RED value IS 103 (40.63% from 255) = 33.01%

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 33.01%
G = 6.73%
B = 60.26%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6715BC (or 0x6715BC) is known color: Purple Heart. HEX triplet: 67, 15 and BC. RGB value is (103,21,188). Sum of RGB (Red+Green+Blue) = 103+21+188=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #6715BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6715BC is #98EA43. Grayscale: #3F3F3F. Windows color (decimal): -10021444 or 12326247. OLE color: 12326247.

HSL color Cylindrical-coordinate representation of color #6715BC: hue angle of 269.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6715BC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 21 188 -
CMYK 0.45 0.89 0 0.26
HSL 269.46º 0.8% 0.41% -
HSV(B) 269.46º 0.89% 0.74% -
XYZ 14.94 7.05 48.15 -
YUV 64.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 103 21 188 0.45 0.89 0 0.26 269.46 0.8 0.41
Hex 67 15 BC 2D 59 0 1A 10D 50 29
Octal 147 25 274 55 131 0 32 415 120 51
Binary 1100111 10101 10111100 101101 1011001 0 11010 100001101 1010000 101001

Color Harmonies of #6715BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6715BC

Black with #6715BC

Text Example


Text Example

White with #6715BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6715BC; }

 p { color: rgb(103,21,188); }

 H1.HeaderClassName
 {
   color: #6715BC;
 }
 .AnyTagClassName
 {
   color: #6715BC;
 }
</style>

background-color css

<style>
 a { background-color: #6715BC; }

 a { background-color: rgb(103,21,188); }

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

border-color css

<style>
 span { border-color: #6715BC; }

 span { border-color: rgb(103,21,188); }

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