Html Css Color HEX #6940BA Purple Heart

📋 copy color: '#6940BA'

red 105 ◦ green 64 ◦ blue 186

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

Shades of Purple Heart #6940BA

Tints of Purple Heart #6940BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.39%

R = 29.58%
G = 18.03%
B = 52.39%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6940BA (or 0x6940BA) is known color: Purple Heart. HEX triplet: 69, 40 and BA. RGB value is (105,64,186). Sum of RGB (Red+Green+Blue) = 105+64+186=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #6940BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940BA is #96BF45. Grayscale: #595959. Windows color (decimal): -9879366 or 12206185. OLE color: 12206185.

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

Color convert

RGB 105 64 186 -
CMYK 0.44 0.66 0 0.27
HSL 260.16º 0.49% 0.49% -
HSV(B) 260.16º 0.66% 0.73% -
XYZ 16.52 10.22 47.56 -
YUV 90.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 105 64 186 0.44 0.66 0 0.27 260.16 0.49 0.49
Hex 69 40 BA 2C 42 0 1B 104 31 31
Octal 151 100 272 54 102 0 33 404 61 61
Binary 1101001 1000000 10111010 101100 1000010 0 11011 100000100 110001 110001

Color Harmonies of #6940BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940BA

Black with #6940BA

Text Example


Text Example

White with #6940BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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