Html Css Color HEX #680CAB Purple Heart

📋 copy color: '#680CAB'

red 104 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #680CAB

Tints of Purple Heart #680CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 36.24%
G = 4.18%
B = 59.58%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680CAB (or 0x680CAB) is known color: Purple Heart. HEX triplet: 68, 0C and AB. RGB value is (104,12,171). Sum of RGB (Red+Green+Blue) = 104+12+171=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #680CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680CAB is #97F354. Grayscale: #393939. Windows color (decimal): -9958229 or 11209832. OLE color: 11209832.

HSL color Cylindrical-coordinate representation of color #680CAB: hue angle of 274.72º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680CAB is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 12 171 -
CMYK 0.39 0.93 0 0.33
HSL 274.72º 0.87% 0.36% -
HSV(B) 274.72º 0.93% 0.67% -
XYZ 13.19 6.15 39.02 -
YUV 57.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 104 12 171 0.39 0.93 0 0.33 274.72 0.87 0.36
Hex 68 C AB 27 5D 0 21 113 57 24
Octal 150 14 253 47 135 0 41 423 127 44
Binary 1101000 1100 10101011 100111 1011101 0 100001 100010011 1010111 100100

Color Harmonies of #680CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CAB

Black with #680CAB

Text Example


Text Example

White with #680CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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