Html Css Color HEX #6815BC Purple Heart

📋 copy color: '#6815BC'

red 104 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #6815BC

Tints of Purple Heart #6815BC

RGB

 RED value IS 104 (41.02% from 255) = 33.23%

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

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

R = 33.23%
G = 6.71%
B = 60.06%

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

#6815BC (or 0x6815BC) is known color: Purple Heart. HEX triplet: 68, 15 and BC. RGB value is (104,21,188). Sum of RGB (Red+Green+Blue) = 104+21+188=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #6815BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815BC is #97EA43. Grayscale: #404040. Windows color (decimal): -9955908 or 12326248. OLE color: 12326248.

HSL color Cylindrical-coordinate representation of color #6815BC: hue angle of 269.82º 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 #6815BC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 21 188 -
CMYK 0.45 0.89 0 0.26
HSL 269.82º 0.8% 0.41% -
HSV(B) 269.82º 0.89% 0.74% -
XYZ 15.05 7.11 48.16 -
YUV 64.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 104 21 188 0.45 0.89 0 0.26 269.82 0.8 0.41
Hex 68 15 BC 2D 59 0 1A 10E 50 29
Octal 150 25 274 55 131 0 32 416 120 51
Binary 1101000 10101 10111100 101101 1011001 0 11010 100001110 1010000 101001

Color Harmonies of #6815BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6815BC

Black with #6815BC

Text Example


Text Example

White with #6815BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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