Html Css Color HEX #671FC8 Purple Heart

📋 copy color: '#671FC8'

red 103 ◦ green 31 ◦ blue 200

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

Shades of Purple Heart #671FC8

Tints of Purple Heart #671FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 59.88%

R = 30.84%
G = 9.28%
B = 59.88%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#671FC8 (or 0x671FC8) is known color: Purple Heart. HEX triplet: 67, 1F and C8. RGB value is (103,31,200). Sum of RGB (Red+Green+Blue) = 103+31+200=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #671FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FC8 is #98E037. Grayscale: #474747. Windows color (decimal): -10018872 or 13115239. OLE color: 13115239.

HSL color Cylindrical-coordinate representation of color #671FC8: hue angle of 265.56º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671FC8 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 31 200 -
CMYK 0.48 0.84 0 0.22
HSL 265.56º 0.73% 0.45% -
HSV(B) 265.56º 0.85% 0.78% -
XYZ 16.51 8.03 55.32 -
YUV 71.79 200.35 150.26 -
System Red Green Blue C M Y K H S L
Decimal 103 31 200 0.48 0.84 0 0.22 265.56 0.73 0.45
Hex 67 1F C8 30 54 0 16 10A 49 2D
Octal 147 37 310 60 124 0 26 412 111 55
Binary 1100111 11111 11001000 110000 1010100 0 10110 100001010 1001001 101101

Color Harmonies of #671FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671FC8

Black with #671FC8

Text Example


Text Example

White with #671FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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