Html Css Color HEX #6834CE Purple Heart

📋 copy color: '#6834CE'

red 104 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #6834CE

Tints of Purple Heart #6834CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.91%

R = 28.73%
G = 14.36%
B = 56.91%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6834CE (or 0x6834CE) is known color: Purple Heart. HEX triplet: 68, 34 and CE. RGB value is (104,52,206). Sum of RGB (Red+Green+Blue) = 104+52+206=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #6834CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6834CE is #97CB31. Grayscale: #545454. Windows color (decimal): -9947954 or 13513832. OLE color: 13513832.

HSL color Cylindrical-coordinate representation of color #6834CE: hue angle of 260.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6834CE is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 52 206 -
CMYK 0.50 0.75 0 0.19
HSL 260.26º 0.61% 0.51% -
HSV(B) 260.26º 0.75% 0.81% -
XYZ 18.08 9.86 59.34 -
YUV 85.1 196.23 141.48 -
System Red Green Blue C M Y K H S L
Decimal 104 52 206 0.50 0.75 0 0.19 260.26 0.61 0.51
Hex 68 34 CE 32 4B 0 13 104 3D 33
Octal 150 64 316 62 113 0 23 404 75 63
Binary 1101000 110100 11001110 110010 1001011 0 10011 100000100 111101 110011

Color Harmonies of #6834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6834CE

Black with #6834CE

Text Example


Text Example

White with #6834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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