Html Css Color HEX #682BBB Purple Heart

📋 copy color: '#682BBB'

red 104 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #682BBB

Tints of Purple Heart #682BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

 BLUE value IS 187 (73.44% from 255) = 55.99%

R = 31.14%
G = 12.87%
B = 55.99%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#682BBB (or 0x682BBB) is known color: Purple Heart. HEX triplet: 68, 2B and BB. RGB value is (104,43,187). Sum of RGB (Red+Green+Blue) = 104+43+187=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 187 (73.44% from 255 or 55.99% from 334); Max value from RGB is 187 - color contains mainly: blue. Hex color #682BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BBB is #97D444. Grayscale: #4D4D4D. Windows color (decimal): -9950277 or 12266344. OLE color: 12266344.

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

Color convert

RGB 104 43 187 -
CMYK 0.44 0.77 0 0.27
HSL 265.42º 0.63% 0.45% -
HSV(B) 265.42º 0.77% 0.73% -
XYZ 15.54 8.26 47.79 -
YUV 77.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 104 43 187 0.44 0.77 0 0.27 265.42 0.63 0.45
Hex 68 2B BB 2C 4D 0 1B 109 3F 2D
Octal 150 53 273 54 115 0 33 411 77 55
Binary 1101000 101011 10111011 101100 1001101 0 11011 100001001 111111 101101

Color Harmonies of #682BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BBB

Black with #682BBB

Text Example


Text Example

White with #682BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,43,187); }

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

background-color css

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

 a { background-color: rgb(104,43,187); }

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

border-color css

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

 span { border-color: rgb(104,43,187); }

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