Html Css Color HEX #6940BC Purple Heart

📋 copy color: '#6940BC'

red 105 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #6940BC

Tints of Purple Heart #6940BC

RGB

 RED value IS 105 (41.41% from 255) = 29.41%

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

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

R = 29.41%
G = 17.93%
B = 52.66%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6940BC (or 0x6940BC) is known color: Purple Heart. HEX triplet: 69, 40 and BC. RGB value is (105,64,188). Sum of RGB (Red+Green+Blue) = 105+64+188=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6940BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940BC is #96BF43. Grayscale: #595959. Windows color (decimal): -9879364 or 12337257. OLE color: 12337257.

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

Color convert

RGB 105 64 188 -
CMYK 0.44 0.66 0 0.26
HSL 259.84º 0.49% 0.49% -
HSV(B) 259.84º 0.66% 0.74% -
XYZ 16.74 10.3 48.68 -
YUV 90.4 183.08 138.42 -
System Red Green Blue C M Y K H S L
Decimal 105 64 188 0.44 0.66 0 0.26 259.84 0.49 0.49
Hex 69 40 BC 2C 42 0 1A 104 31 31
Octal 151 100 274 54 102 0 32 404 61 61
Binary 1101001 1000000 10111100 101100 1000010 0 11010 100000100 110001 110001

Color Harmonies of #6940BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940BC

Black with #6940BC

Text Example


Text Example

White with #6940BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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