Html Css Color HEX #6832CE Purple Heart

📋 copy color: '#6832CE'

red 104 ◦ green 50 ◦ blue 206

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

Shades of Purple Heart #6832CE

Tints of Purple Heart #6832CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.89%

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

R = 28.89%
G = 13.89%
B = 57.22%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6832CE (or 0x6832CE) is known color: Purple Heart. HEX triplet: 68, 32 and CE. RGB value is (104,50,206). Sum of RGB (Red+Green+Blue) = 104+50+206=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #6832CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6832CE is #97CD31. Grayscale: #535353. Windows color (decimal): -9948466 or 13513320. OLE color: 13513320.

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

Color convert

RGB 104 50 206 -
CMYK 0.50 0.76 0 0.19
HSL 260.77º 0.61% 0.5% -
HSV(B) 260.77º 0.76% 0.81% -
XYZ 17.99 9.68 59.31 -
YUV 83.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 104 50 206 0.50 0.76 0 0.19 260.77 0.61 0.5
Hex 68 32 CE 32 4C 0 13 105 3D 32
Octal 150 62 316 62 114 0 23 405 75 62
Binary 1101000 110010 11001110 110010 1001100 0 10011 100000101 111101 110010

Color Harmonies of #6832CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6832CE

Black with #6832CE

Text Example


Text Example

White with #6832CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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