Html Css Color HEX #6838BE Purple Heart

📋 copy color: '#6838BE'

red 104 ◦ green 56 ◦ blue 190

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

Shades of Purple Heart #6838BE

Tints of Purple Heart #6838BE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

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

R = 29.71%
G = 16%
B = 54.29%

CMYK

 C value IS 0.45

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6838BE (or 0x6838BE) is known color: Purple Heart. HEX triplet: 68, 38 and BE. RGB value is (104,56,190). Sum of RGB (Red+Green+Blue) = 104+56+190=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #6838BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838BE is #97C741. Grayscale: #555555. Windows color (decimal): -9946946 or 12466280. OLE color: 12466280.

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

Color convert

RGB 104 56 190 -
CMYK 0.45 0.71 0 0.25
HSL 261.49º 0.54% 0.48% -
HSV(B) 261.49º 0.71% 0.75% -
XYZ 16.42 9.49 49.68 -
YUV 85.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 104 56 190 0.45 0.71 0 0.25 261.49 0.54 0.48
Hex 68 38 BE 2D 47 0 19 105 36 30
Octal 150 70 276 55 107 0 31 405 66 60
Binary 1101000 111000 10111110 101101 1000111 0 11001 100000101 110110 110000

Color Harmonies of #6838BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6838BE

Black with #6838BE

Text Example


Text Example

White with #6838BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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