Html Css Color HEX #6941C0 Purple Heart

📋 copy color: '#6941C0'

red 105 ◦ green 65 ◦ blue 192

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

Shades of Purple Heart #6941C0

Tints of Purple Heart #6941C0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 29.01%
G = 17.96%
B = 53.04%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6941C0 (or 0x6941C0) is known color: Purple Heart. HEX triplet: 69, 41 and C0. RGB value is (105,65,192). Sum of RGB (Red+Green+Blue) = 105+65+192=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #6941C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6941C0 is #96BE3F. Grayscale: #5A5A5A. Windows color (decimal): -9879104 or 12599657. OLE color: 12599657.

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

Color convert

RGB 105 65 192 -
CMYK 0.45 0.66 0 0.25
HSL 258.9º 0.5% 0.5% -
HSV(B) 258.9º 0.66% 0.75% -
XYZ 17.23 10.59 51.01 -
YUV 91.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 105 65 192 0.45 0.66 0 0.25 258.9 0.5 0.5
Hex 69 41 C0 2D 42 0 19 103 32 32
Octal 151 101 300 55 102 0 31 403 62 62
Binary 1101001 1000001 11000000 101101 1000010 0 11001 100000011 110010 110010

Color Harmonies of #6941C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6941C0

Black with #6941C0

Text Example


Text Example

White with #6941C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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