Html Css Color HEX #682DBA Purple Heart

📋 copy color: '#682DBA'

red 104 ◦ green 45 ◦ blue 186

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

Shades of Purple Heart #682DBA

Tints of Purple Heart #682DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 31.04%
G = 13.43%
B = 55.52%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#682DBA (or 0x682DBA) is known color: Purple Heart. HEX triplet: 68, 2D and BA. RGB value is (104,45,186). Sum of RGB (Red+Green+Blue) = 104+45+186=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #682DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682DBA is #97D245. Grayscale: #4E4E4E. Windows color (decimal): -9949766 or 12201320. OLE color: 12201320.

HSL color Cylindrical-coordinate representation of color #682DBA: hue angle of 265.11º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682DBA is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 45 186 -
CMYK 0.44 0.76 0 0.27
HSL 265.11º 0.61% 0.45% -
HSV(B) 265.11º 0.76% 0.73% -
XYZ 15.51 8.37 47.25 -
YUV 78.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 104 45 186 0.44 0.76 0 0.27 265.11 0.61 0.45
Hex 68 2D BA 2C 4C 0 1B 109 3D 2D
Octal 150 55 272 54 114 0 33 411 75 55
Binary 1101000 101101 10111010 101100 1001100 0 11011 100001001 111101 101101

Color Harmonies of #682DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682DBA

Black with #682DBA

Text Example


Text Example

White with #682DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,45,186); }

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

background-color css

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

 a { background-color: rgb(104,45,186); }

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

border-color css

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

 span { border-color: rgb(104,45,186); }

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