Html Css Color HEX #6834DE Purple Heart

📋 copy color: '#6834DE'

red 104 ◦ green 52 ◦ blue 222

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

Shades of Purple Heart #6834DE

Tints of Purple Heart #6834DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.73%

R = 27.51%
G = 13.76%
B = 58.73%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6834DE (or 0x6834DE) is known color: Purple Heart. HEX triplet: 68, 34 and DE. RGB value is (104,52,222). Sum of RGB (Red+Green+Blue) = 104+52+222=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #6834DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834DE is #97CB21. Grayscale: #565656. Windows color (decimal): -9947938 or 14562408. OLE color: 14562408.

HSL color Cylindrical-coordinate representation of color #6834DE: hue angle of 258.35º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6834DE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 52 222 -
CMYK 0.53 0.77 0 0.13
HSL 258.35º 0.72% 0.54% -
HSV(B) 258.35º 0.77% 0.87% -
XYZ 20.12 10.67 70.11 -
YUV 86.93 204.23 140.18 -
System Red Green Blue C M Y K H S L
Decimal 104 52 222 0.53 0.77 0 0.13 258.35 0.72 0.54
Hex 68 34 DE 35 4D 0 D 102 48 36
Octal 150 64 336 65 115 0 15 402 110 66
Binary 1101000 110100 11011110 110101 1001101 0 1101 100000010 1001000 110110

Color Harmonies of #6834DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834DE

Black with #6834DE

Text Example


Text Example

White with #6834DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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