Html Css Color HEX #6940C0 Purple Heart

📋 copy color: '#6940C0'

red 105 ◦ green 64 ◦ blue 192

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

Shades of Purple Heart #6940C0

Tints of Purple Heart #6940C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.19%

R = 29.09%
G = 17.73%
B = 53.19%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6940C0 (or 0x6940C0) is known color: Purple Heart. HEX triplet: 69, 40 and C0. RGB value is (105,64,192). Sum of RGB (Red+Green+Blue) = 105+64+192=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #6940C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940C0 is #96BF3F. Grayscale: #5A5A5A. Windows color (decimal): -9879360 or 12599401. OLE color: 12599401.

HSL color Cylindrical-coordinate representation of color #6940C0: hue angle of 259.22º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6940C0 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 64 192 -
CMYK 0.45 0.67 0 0.25
HSL 259.22º 0.5% 0.5% -
HSV(B) 259.22º 0.67% 0.75% -
XYZ 17.17 10.48 50.99 -
YUV 90.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 105 64 192 0.45 0.67 0 0.25 259.22 0.5 0.5
Hex 69 40 C0 2D 43 0 19 103 32 32
Octal 151 100 300 55 103 0 31 403 62 62
Binary 1101001 1000000 11000000 101101 1000011 0 11001 100000011 110010 110010

Color Harmonies of #6940C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6940C0

Black with #6940C0

Text Example


Text Example

White with #6940C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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