Html Css Color HEX #682BBC Purple Heart

📋 copy color: '#682BBC'

red 104 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #682BBC

Tints of Purple Heart #682BBC

RGB

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

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

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

R = 31.04%
G = 12.84%
B = 56.12%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#682BBC (or 0x682BBC) is known color: Purple Heart. HEX triplet: 68, 2B and BC. RGB value is (104,43,188). Sum of RGB (Red+Green+Blue) = 104+43+188=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #682BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BBC is #97D443. Grayscale: #4D4D4D. Windows color (decimal): -9950276 or 12331880. OLE color: 12331880.

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

Color convert

RGB 104 43 188 -
CMYK 0.45 0.77 0 0.26
HSL 265.24º 0.63% 0.45% -
HSV(B) 265.24º 0.77% 0.74% -
XYZ 15.65 8.3 48.35 -
YUV 77.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 104 43 188 0.45 0.77 0 0.26 265.24 0.63 0.45
Hex 68 2B BC 2D 4D 0 1A 109 3F 2D
Octal 150 53 274 55 115 0 32 411 77 55
Binary 1101000 101011 10111100 101101 1001101 0 11010 100001001 111111 101101

Color Harmonies of #682BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BBC

Black with #682BBC

Text Example


Text Example

White with #682BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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