Html Css Color HEX #682FBA Purple Heart

📋 copy color: '#682FBA'

red 104 ◦ green 47 ◦ blue 186

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

Shades of Purple Heart #682FBA

Tints of Purple Heart #682FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.95%

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

R = 30.86%
G = 13.95%
B = 55.19%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#682FBA (or 0x682FBA) is known color: Purple Heart. HEX triplet: 68, 2F and BA. RGB value is (104,47,186). Sum of RGB (Red+Green+Blue) = 104+47+186=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #682FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682FBA is #97D045. Grayscale: #4F4F4F. Windows color (decimal): -9949254 or 12201832. OLE color: 12201832.

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

Color convert

RGB 104 47 186 -
CMYK 0.44 0.75 0 0.27
HSL 264.6º 0.6% 0.46% -
HSV(B) 264.6º 0.75% 0.73% -
XYZ 15.59 8.52 47.28 -
YUV 79.89 187.88 145.2 -
System Red Green Blue C M Y K H S L
Decimal 104 47 186 0.44 0.75 0 0.27 264.6 0.6 0.46
Hex 68 2F BA 2C 4B 0 1B 109 3C 2E
Octal 150 57 272 54 113 0 33 411 74 56
Binary 1101000 101111 10111010 101100 1001011 0 11011 100001001 111100 101110

Color Harmonies of #682FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682FBA

Black with #682FBA

Text Example


Text Example

White with #682FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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