Html Css Color HEX #671FCD Purple Heart

📋 copy color: '#671FCD'

red 103 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #671FCD

Tints of Purple Heart #671FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.47%

R = 30.38%
G = 9.14%
B = 60.47%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#671FCD (or 0x671FCD) is known color: Purple Heart. HEX triplet: 67, 1F and CD. RGB value is (103,31,205). Sum of RGB (Red+Green+Blue) = 103+31+205=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #671FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FCD is #98E032. Grayscale: #474747. Windows color (decimal): -10018867 or 13442919. OLE color: 13442919.

HSL color Cylindrical-coordinate representation of color #671FCD: hue angle of 264.83º 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 #671FCD is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 31 205 -
CMYK 0.50 0.85 0 0.20
HSL 264.83º 0.74% 0.46% -
HSV(B) 264.83º 0.85% 0.8% -
XYZ 17.1 8.27 58.45 -
YUV 72.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 103 31 205 0.50 0.85 0 0.20 264.83 0.74 0.46
Hex 67 1F CD 32 55 0 14 109 4A 2E
Octal 147 37 315 62 125 0 24 411 112 56
Binary 1100111 11111 11001101 110010 1010101 0 10100 100001001 1001010 101110

Color Harmonies of #671FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FCD

Black with #671FCD

Text Example


Text Example

White with #671FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,31,205); }

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

background-color css

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

 a { background-color: rgb(103,31,205); }

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

border-color css

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

 span { border-color: rgb(103,31,205); }

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