Html Css Color HEX #6844BE Purple Heart

📋 copy color: '#6844BE'

red 104 ◦ green 68 ◦ blue 190

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

Shades of Purple Heart #6844BE

Tints of Purple Heart #6844BE

RGB

 RED value IS 104 (41.02% from 255) = 28.73%

 GREEN value IS 68 (26.95% from 255) = 18.78%

 BLUE value IS 190 (74.61% from 255) = 52.49%

R = 28.73%
G = 18.78%
B = 52.49%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6844BE (or 0x6844BE) is known color: Purple Heart. HEX triplet: 68, 44 and BE. RGB value is (104,68,190). Sum of RGB (Red+Green+Blue) = 104+68+190=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #6844BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6844BE is #97BB41. Grayscale: #5C5C5C. Windows color (decimal): -9943874 or 12469352. OLE color: 12469352.

HSL color Cylindrical-coordinate representation of color #6844BE: hue angle of 257.7º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6844BE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 68 190 -
CMYK 0.45 0.64 0 0.25
HSL 257.7º 0.48% 0.51% -
HSV(B) 257.7º 0.64% 0.75% -
XYZ 17.07 10.8 49.9 -
YUV 92.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 104 68 190 0.45 0.64 0 0.25 257.7 0.48 0.51
Hex 68 44 BE 2D 40 0 19 102 30 33
Octal 150 104 276 55 100 0 31 402 60 63
Binary 1101000 1000100 10111110 101101 1000000 0 11001 100000010 110000 110011

Color Harmonies of #6844BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6844BE

Black with #6844BE

Text Example


Text Example

White with #6844BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6844BE; }

 p { color: rgb(104,68,190); }

 H1.HeaderClassName
 {
   color: #6844BE;
 }
 .AnyTagClassName
 {
   color: #6844BE;
 }
</style>

background-color css

<style>
 a { background-color: #6844BE; }

 a { background-color: rgb(104,68,190); }

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

border-color css

<style>
 span { border-color: #6844BE; }

 span { border-color: rgb(104,68,190); }

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