Html Css Color HEX #682CBE Purple Heart

📋 copy color: '#682CBE'

red 104 ◦ green 44 ◦ blue 190

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

Shades of Purple Heart #682CBE

Tints of Purple Heart #682CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.02%

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

R = 30.77%
G = 13.02%
B = 56.21%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#682CBE (or 0x682CBE) is known color: Purple Heart. HEX triplet: 68, 2C and BE. RGB value is (104,44,190). Sum of RGB (Red+Green+Blue) = 104+44+190=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #682CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682CBE is #97D341. Grayscale: #4E4E4E. Windows color (decimal): -9950018 or 12463208. OLE color: 12463208.

HSL color Cylindrical-coordinate representation of color #682CBE: hue angle of 264.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682CBE is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 44 190 -
CMYK 0.45 0.77 0 0.25
HSL 264.66º 0.62% 0.46% -
HSV(B) 264.66º 0.77% 0.75% -
XYZ 15.9 8.46 49.51 -
YUV 78.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 104 44 190 0.45 0.77 0 0.25 264.66 0.62 0.46
Hex 68 2C BE 2D 4D 0 19 109 3E 2E
Octal 150 54 276 55 115 0 31 411 76 56
Binary 1101000 101100 10111110 101101 1001101 0 11001 100001001 111110 101110

Color Harmonies of #682CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682CBE

Black with #682CBE

Text Example


Text Example

White with #682CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682CBE; }

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

 H1.HeaderClassName
 {
   color: #682CBE;
 }
 .AnyTagClassName
 {
   color: #682CBE;
 }
</style>

background-color css

<style>
 a { background-color: #682CBE; }

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

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

border-color css

<style>
 span { border-color: #682CBE; }

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

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