Html Css Color HEX #681FC2 Purple Heart

📋 copy color: '#681FC2'

red 104 ◦ green 31 ◦ blue 194

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

Shades of Purple Heart #681FC2

Tints of Purple Heart #681FC2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

 BLUE value IS 194 (76.17% from 255) = 58.97%

R = 31.61%
G = 9.42%
B = 58.97%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#681FC2 (or 0x681FC2) is known color: Purple Heart. HEX triplet: 68, 1F and C2. RGB value is (104,31,194). Sum of RGB (Red+Green+Blue) = 104+31+194=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #681FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681FC2 is #97E03D. Grayscale: #464646. Windows color (decimal): -9953342 or 12722024. OLE color: 12722024.

HSL color Cylindrical-coordinate representation of color #681FC2: hue angle of 266.87º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681FC2 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 104 31 194 -
CMYK 0.46 0.84 0 0.24
HSL 266.87º 0.72% 0.44% -
HSV(B) 266.87º 0.84% 0.76% -
XYZ 15.94 7.82 51.71 -
YUV 71.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 104 31 194 0.46 0.84 0 0.24 266.87 0.72 0.44
Hex 68 1F C2 2E 54 0 18 10B 48 2C
Octal 150 37 302 56 124 0 30 413 110 54
Binary 1101000 11111 11000010 101110 1010100 0 11000 100001011 1001000 101100

Color Harmonies of #681FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681FC2

Black with #681FC2

Text Example


Text Example

White with #681FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,31,194); }

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

background-color css

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

 a { background-color: rgb(104,31,194); }

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

border-color css

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

 span { border-color: rgb(104,31,194); }

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