Html Css Color HEX #682ABC Purple Heart

📋 copy color: '#682ABC'

red 104 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #682ABC

Tints of Purple Heart #682ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 31.14%
G = 12.57%
B = 56.29%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#682ABC (or 0x682ABC) is known color: Purple Heart. HEX triplet: 68, 2A and BC. RGB value is (104,42,188). Sum of RGB (Red+Green+Blue) = 104+42+188=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #682ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682ABC is #97D543. Grayscale: #4C4C4C. Windows color (decimal): -9950532 or 12331624. OLE color: 12331624.

HSL color Cylindrical-coordinate representation of color #682ABC: hue angle of 265.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #682ABC is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 42 188 -
CMYK 0.45 0.78 0 0.26
HSL 265.48º 0.63% 0.45% -
HSV(B) 265.48º 0.78% 0.74% -
XYZ 15.61 8.23 48.34 -
YUV 77.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 104 42 188 0.45 0.78 0 0.26 265.48 0.63 0.45
Hex 68 2A BC 2D 4E 0 1A 109 3F 2D
Octal 150 52 274 55 116 0 32 411 77 55
Binary 1101000 101010 10111100 101101 1001110 0 11010 100001001 111111 101101

Color Harmonies of #682ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682ABC

Black with #682ABC

Text Example


Text Example

White with #682ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,42,188); }

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

background-color css

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

 a { background-color: rgb(104,42,188); }

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

border-color css

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

 span { border-color: rgb(104,42,188); }

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