Html Css Color HEX #681CCC Purple Heart

📋 copy color: '#681CCC'

red 104 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #681CCC

Tints of Purple Heart #681CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

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

R = 30.95%
G = 8.33%
B = 60.71%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#681CCC (or 0x681CCC) is known color: Purple Heart. HEX triplet: 68, 1C and CC. RGB value is (104,28,204). Sum of RGB (Red+Green+Blue) = 104+28+204=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #681CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CCC is #97E333. Grayscale: #464646. Windows color (decimal): -9954100 or 13376616. OLE color: 13376616.

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

Color convert

RGB 104 28 204 -
CMYK 0.49 0.86 0 0.2
HSL 265.91º 0.76% 0.45% -
HSV(B) 265.91º 0.86% 0.8% -
XYZ 17.02 8.13 57.8 -
YUV 70.79 203.18 151.69 -
System Red Green Blue C M Y K H S L
Decimal 104 28 204 0.49 0.86 0 0.2 265.91 0.76 0.45
Hex 68 1C CC 31 56 0 14 10A 4C 2D
Octal 150 34 314 61 126 0 24 412 114 55
Binary 1101000 11100 11001100 110001 1010110 0 10100 100001010 1001100 101101

Color Harmonies of #681CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CCC

Black with #681CCC

Text Example


Text Example

White with #681CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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