Html Css Color HEX #671ECC Purple Heart

📋 copy color: '#671ECC'

red 103 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #671ECC

Tints of Purple Heart #671ECC

RGB

 RED value IS 103 (40.63% from 255) = 30.56%

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 30.56%
G = 8.9%
B = 60.53%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#671ECC (or 0x671ECC) is known color: Purple Heart. HEX triplet: 67, 1E and CC. RGB value is (103,30,204). Sum of RGB (Red+Green+Blue) = 103+30+204=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #671ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ECC is #98E133. Grayscale: #474747. Windows color (decimal): -10019124 or 13377127. OLE color: 13377127.

HSL color Cylindrical-coordinate representation of color #671ECC: hue angle of 265.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671ECC is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 30 204 -
CMYK 0.50 0.85 0 0.2
HSL 265.17º 0.74% 0.46% -
HSV(B) 265.17º 0.85% 0.8% -
XYZ 16.96 8.17 57.81 -
YUV 71.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 103 30 204 0.50 0.85 0 0.2 265.17 0.74 0.46
Hex 67 1E CC 32 55 0 14 109 4A 2E
Octal 147 36 314 62 125 0 24 411 112 56
Binary 1100111 11110 11001100 110010 1010101 0 10100 100001001 1001010 101110

Color Harmonies of #671ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ECC

Black with #671ECC

Text Example


Text Example

White with #671ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671ECC; }

 p { color: rgb(103,30,204); }

 H1.HeaderClassName
 {
   color: #671ECC;
 }
 .AnyTagClassName
 {
   color: #671ECC;
 }
</style>

background-color css

<style>
 a { background-color: #671ECC; }

 a { background-color: rgb(103,30,204); }

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

border-color css

<style>
 span { border-color: #671ECC; }

 span { border-color: rgb(103,30,204); }

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