Html Css Color HEX #680BAA Purple Heart

📋 copy color: '#680BAA'

red 104 ◦ green 11 ◦ blue 170

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

Shades of Purple Heart #680BAA

Tints of Purple Heart #680BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 36.49%
G = 3.86%
B = 59.65%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#680BAA (or 0x680BAA) is known color: Purple Heart. HEX triplet: 68, 0B and AA. RGB value is (104,11,170). Sum of RGB (Red+Green+Blue) = 104+11+170=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #680BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680BAA is #97F455. Grayscale: #383838. Windows color (decimal): -9958486 or 11144040. OLE color: 11144040.

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

Color convert

RGB 104 11 170 -
CMYK 0.39 0.94 0 0.33
HSL 275.09º 0.88% 0.35% -
HSV(B) 275.09º 0.94% 0.67% -
XYZ 13.08 6.08 38.52 -
YUV 56.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 104 11 170 0.39 0.94 0 0.33 275.09 0.88 0.35
Hex 68 B AA 27 5E 0 21 113 58 23
Octal 150 13 252 47 136 0 41 423 130 43
Binary 1101000 1011 10101010 100111 1011110 0 100001 100010011 1011000 100011

Color Harmonies of #680BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BAA

Black with #680BAA

Text Example


Text Example

White with #680BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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