Html Css Color HEX #6834DC Purple Heart

📋 copy color: '#6834DC'

red 104 ◦ green 52 ◦ blue 220

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

Shades of Purple Heart #6834DC

Tints of Purple Heart #6834DC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 27.66%
G = 13.83%
B = 58.51%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6834DC (or 0x6834DC) is known color: Purple Heart. HEX triplet: 68, 34 and DC. RGB value is (104,52,220). Sum of RGB (Red+Green+Blue) = 104+52+220=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #6834DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834DC is #97CB23. Grayscale: #565656. Windows color (decimal): -9947940 or 14431336. OLE color: 14431336.

HSL color Cylindrical-coordinate representation of color #6834DC: hue angle of 258.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6834DC is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 52 220 -
CMYK 0.53 0.76 0 0.14
HSL 258.57º 0.71% 0.53% -
HSV(B) 258.57º 0.76% 0.86% -
XYZ 19.86 10.57 68.7 -
YUV 86.7 203.23 140.34 -
System Red Green Blue C M Y K H S L
Decimal 104 52 220 0.53 0.76 0 0.14 258.57 0.71 0.53
Hex 68 34 DC 35 4C 0 E 103 47 35
Octal 150 64 334 65 114 0 16 403 107 65
Binary 1101000 110100 11011100 110101 1001100 0 1110 100000011 1000111 110101

Color Harmonies of #6834DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834DC

Black with #6834DC

Text Example


Text Example

White with #6834DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6834DC; }

 p { color: rgb(104,52,220); }

 H1.HeaderClassName
 {
   color: #6834DC;
 }
 .AnyTagClassName
 {
   color: #6834DC;
 }
</style>

background-color css

<style>
 a { background-color: #6834DC; }

 a { background-color: rgb(104,52,220); }

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

border-color css

<style>
 span { border-color: #6834DC; }

 span { border-color: rgb(104,52,220); }

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