Html Css Color HEX #680BB0 Purple Heart

📋 copy color: '#680BB0'

red 104 ◦ green 11 ◦ blue 176

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

Shades of Purple Heart #680BB0

Tints of Purple Heart #680BB0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.78%

 BLUE value IS 176 (69.14% from 255) = 60.48%

R = 35.74%
G = 3.78%
B = 60.48%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#680BB0 (or 0x680BB0) is known color: Purple Heart. HEX triplet: 68, 0B and B0. RGB value is (104,11,176). Sum of RGB (Red+Green+Blue) = 104+11+176=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 176 (69.14% from 255 or 60.48% from 291); Max value from RGB is 176 - color contains mainly: blue. Hex color #680BB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680BB0 is #97F44F. Grayscale: #393939. Windows color (decimal): -9958480 or 11537256. OLE color: 11537256.

HSL color Cylindrical-coordinate representation of color #680BB0: hue angle of 273.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680BB0 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 11 176 -
CMYK 0.41 0.94 0 0.31
HSL 273.82º 0.88% 0.37% -
HSV(B) 273.82º 0.94% 0.69% -
XYZ 13.67 6.32 41.57 -
YUV 57.62 194.81 161.08 -
System Red Green Blue C M Y K H S L
Decimal 104 11 176 0.41 0.94 0 0.31 273.82 0.88 0.37
Hex 68 B B0 29 5E 0 1F 112 58 25
Octal 150 13 260 51 136 0 37 422 130 45
Binary 1101000 1011 10110000 101001 1011110 0 11111 100010010 1011000 100101

Color Harmonies of #680BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BB0

Black with #680BB0

Text Example


Text Example

White with #680BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680BB0; }

 p { color: rgb(104,11,176); }

 H1.HeaderClassName
 {
   color: #680BB0;
 }
 .AnyTagClassName
 {
   color: #680BB0;
 }
</style>

background-color css

<style>
 a { background-color: #680BB0; }

 a { background-color: rgb(104,11,176); }

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

border-color css

<style>
 span { border-color: #680BB0; }

 span { border-color: rgb(104,11,176); }

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