Html Css Color HEX #6940BD Purple Heart

📋 copy color: '#6940BD'

red 105 ◦ green 64 ◦ blue 189

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

Shades of Purple Heart #6940BD

Tints of Purple Heart #6940BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 29.33%
G = 17.88%
B = 52.79%

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

#6940BD (or 0x6940BD) is known color: Purple Heart. HEX triplet: 69, 40 and BD. RGB value is (105,64,189). Sum of RGB (Red+Green+Blue) = 105+64+189=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #6940BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940BD is #96BF42. Grayscale: #5A5A5A. Windows color (decimal): -9879363 or 12402793. OLE color: 12402793.

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

Color convert

RGB 105 64 189 -
CMYK 0.44 0.66 0 0.26
HSL 259.68º 0.49% 0.5% -
HSV(B) 259.68º 0.66% 0.74% -
XYZ 16.84 10.34 49.25 -
YUV 90.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 105 64 189 0.44 0.66 0 0.26 259.68 0.49 0.5
Hex 69 40 BD 2C 42 0 1A 104 31 32
Octal 151 100 275 54 102 0 32 404 61 62
Binary 1101001 1000000 10111101 101100 1000010 0 11010 100000100 110001 110010

Color Harmonies of #6940BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940BD

Black with #6940BD

Text Example


Text Example

White with #6940BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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