Html Css Color HEX #6840BC Purple Heart

📋 copy color: '#6840BC'

red 104 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #6840BC

Tints of Purple Heart #6840BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

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

R = 29.21%
G = 17.98%
B = 52.81%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6840BC (or 0x6840BC) is known color: Purple Heart. HEX triplet: 68, 40 and BC. RGB value is (104,64,188). Sum of RGB (Red+Green+Blue) = 104+64+188=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6840BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6840BC is #97BF43. Grayscale: #595959. Windows color (decimal): -9944900 or 12337256. OLE color: 12337256.

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

Color convert

RGB 104 64 188 -
CMYK 0.45 0.66 0 0.26
HSL 259.35º 0.49% 0.49% -
HSV(B) 259.35º 0.66% 0.74% -
XYZ 16.62 10.24 48.68 -
YUV 90.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 104 64 188 0.45 0.66 0 0.26 259.35 0.49 0.49
Hex 68 40 BC 2D 42 0 1A 103 31 31
Octal 150 100 274 55 102 0 32 403 61 61
Binary 1101000 1000000 10111100 101101 1000010 0 11010 100000011 110001 110001

Color Harmonies of #6840BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6840BC

Black with #6840BC

Text Example


Text Example

White with #6840BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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