Html Css Color HEX #681CCB Purple Heart

📋 copy color: '#681CCB'

red 104 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #681CCB

Tints of Purple Heart #681CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.6%

R = 31.04%
G = 8.36%
B = 60.6%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#681CCB (or 0x681CCB) is known color: Purple Heart. HEX triplet: 68, 1C and CB. RGB value is (104,28,203). Sum of RGB (Red+Green+Blue) = 104+28+203=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #681CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CCB is #97E334. Grayscale: #464646. Windows color (decimal): -9954101 or 13311080. OLE color: 13311080.

HSL color Cylindrical-coordinate representation of color #681CCB: hue angle of 266.06º 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 #681CCB is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 28 203 -
CMYK 0.49 0.86 0 0.20
HSL 266.06º 0.76% 0.45% -
HSV(B) 266.06º 0.86% 0.8% -
XYZ 16.9 8.09 57.17 -
YUV 70.67 202.68 151.77 -
System Red Green Blue C M Y K H S L
Decimal 104 28 203 0.49 0.86 0 0.20 266.06 0.76 0.45
Hex 68 1C CB 31 56 0 14 10A 4C 2D
Octal 150 34 313 61 126 0 24 412 114 55
Binary 1101000 11100 11001011 110001 1010110 0 10100 100001010 1001100 101101

Color Harmonies of #681CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681CCB

Black with #681CCB

Text Example


Text Example

White with #681CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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