Html Css Color HEX #681BCC Purple Heart

📋 copy color: '#681BCC'

red 104 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #681BCC

Tints of Purple Heart #681BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 31.04%
G = 8.06%
B = 60.9%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#681BCC (or 0x681BCC) is known color: Purple Heart. HEX triplet: 68, 1B and CC. RGB value is (104,27,204). Sum of RGB (Red+Green+Blue) = 104+27+204=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #681BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681BCC is #97E433. Grayscale: #454545. Windows color (decimal): -9954356 or 13376360. OLE color: 13376360.

HSL color Cylindrical-coordinate representation of color #681BCC: hue angle of 266.1º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681BCC is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 27 204 -
CMYK 0.49 0.87 0 0.2
HSL 266.1º 0.77% 0.45% -
HSV(B) 266.1º 0.87% 0.8% -
XYZ 17 8.09 57.79 -
YUV 70.2 203.51 152.11 -
System Red Green Blue C M Y K H S L
Decimal 104 27 204 0.49 0.87 0 0.2 266.1 0.77 0.45
Hex 68 1B CC 31 57 0 14 10A 4D 2D
Octal 150 33 314 61 127 0 24 412 115 55
Binary 1101000 11011 11001100 110001 1010111 0 10100 100001010 1001101 101101

Color Harmonies of #681BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681BCC

Black with #681BCC

Text Example


Text Example

White with #681BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681BCC; }

 p { color: rgb(104,27,204); }

 H1.HeaderClassName
 {
   color: #681BCC;
 }
 .AnyTagClassName
 {
   color: #681BCC;
 }
</style>

background-color css

<style>
 a { background-color: #681BCC; }

 a { background-color: rgb(104,27,204); }

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

border-color css

<style>
 span { border-color: #681BCC; }

 span { border-color: rgb(104,27,204); }

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