Html Css Color HEX #680CB4 Purple Heart

📋 copy color: '#680CB4'

red 104 ◦ green 12 ◦ blue 180

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

Shades of Purple Heart #680CB4

Tints of Purple Heart #680CB4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 180 (70.7% from 255) = 60.81%

R = 35.14%
G = 4.05%
B = 60.81%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#680CB4 (or 0x680CB4) is known color: Purple Heart. HEX triplet: 68, 0C and B4. RGB value is (104,12,180). Sum of RGB (Red+Green+Blue) = 104+12+180=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 180 (70.70% from 255 or 60.81% from 296); Max value from RGB is 180 - color contains mainly: blue. Hex color #680CB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CB4 is #97F34B. Grayscale: #3A3A3A. Windows color (decimal): -9958220 or 11799656. OLE color: 11799656.

HSL color Cylindrical-coordinate representation of color #680CB4: hue angle of 272.86º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680CB4 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 12 180 -
CMYK 0.42 0.93 0 0.29
HSL 272.86º 0.88% 0.38% -
HSV(B) 272.86º 0.93% 0.71% -
XYZ 14.08 6.5 43.69 -
YUV 58.66 196.48 160.34 -
System Red Green Blue C M Y K H S L
Decimal 104 12 180 0.42 0.93 0 0.29 272.86 0.88 0.38
Hex 68 C B4 2A 5D 0 1D 111 58 26
Octal 150 14 264 52 135 0 35 421 130 46
Binary 1101000 1100 10110100 101010 1011101 0 11101 100010001 1011000 100110

Color Harmonies of #680CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CB4

Black with #680CB4

Text Example


Text Example

White with #680CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,180); }

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

background-color css

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

 a { background-color: rgb(104,12,180); }

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

border-color css

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

 span { border-color: rgb(104,12,180); }

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