Html Css Color HEX #671ECF Purple Heart

📋 copy color: '#671ECF'

red 103 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #671ECF

Tints of Purple Heart #671ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 30.29%
G = 8.82%
B = 60.88%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#671ECF (or 0x671ECF) is known color: Purple Heart. HEX triplet: 67, 1E and CF. RGB value is (103,30,207). Sum of RGB (Red+Green+Blue) = 103+30+207=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #671ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ECF is #98E130. Grayscale: #474747. Windows color (decimal): -10019121 or 13573735. OLE color: 13573735.

HSL color Cylindrical-coordinate representation of color #671ECF: hue angle of 264.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671ECF is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 30 207 -
CMYK 0.50 0.86 0 0.19
HSL 264.75º 0.75% 0.46% -
HSV(B) 264.75º 0.86% 0.81% -
XYZ 17.32 8.32 59.72 -
YUV 72.01 204.18 150.11 -
System Red Green Blue C M Y K H S L
Decimal 103 30 207 0.50 0.86 0 0.19 264.75 0.75 0.46
Hex 67 1E CF 32 56 0 13 109 4B 2E
Octal 147 36 317 62 126 0 23 411 113 56
Binary 1100111 11110 11001111 110010 1010110 0 10011 100001001 1001011 101110

Color Harmonies of #671ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ECF

Black with #671ECF

Text Example


Text Example

White with #671ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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