Html Css Color HEX #682BBD Purple Heart

📋 copy color: '#682BBD'

red 104 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #682BBD

Tints of Purple Heart #682BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 30.95%
G = 12.8%
B = 56.25%

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

#682BBD (or 0x682BBD) is known color: Purple Heart. HEX triplet: 68, 2B and BD. RGB value is (104,43,189). Sum of RGB (Red+Green+Blue) = 104+43+189=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #682BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #682BBD is #97D442. Grayscale: #4D4D4D. Windows color (decimal): -9950275 or 12397416. OLE color: 12397416.

HSL color Cylindrical-coordinate representation of color #682BBD: hue angle of 265.07º 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 #682BBD is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 43 189 -
CMYK 0.45 0.77 0 0.26
HSL 265.07º 0.63% 0.45% -
HSV(B) 265.07º 0.77% 0.74% -
XYZ 15.76 8.34 48.92 -
YUV 77.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 104 43 189 0.45 0.77 0 0.26 265.07 0.63 0.45
Hex 68 2B BD 2D 4D 0 1A 109 3F 2D
Octal 150 53 275 55 115 0 32 411 77 55
Binary 1101000 101011 10111101 101101 1001101 0 11010 100001001 111111 101101

Color Harmonies of #682BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682BBD

Black with #682BBD

Text Example


Text Example

White with #682BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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