Html Css Color HEX #671EC4 Purple Heart

📋 copy color: '#671EC4'

red 103 ◦ green 30 ◦ blue 196

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

Shades of Purple Heart #671EC4

Tints of Purple Heart #671EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 59.57%

R = 31.31%
G = 9.12%
B = 59.57%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#671EC4 (or 0x671EC4) is known color: Purple Heart. HEX triplet: 67, 1E and C4. RGB value is (103,30,196). Sum of RGB (Red+Green+Blue) = 103+30+196=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #671EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EC4 is #98E13B. Grayscale: #464646. Windows color (decimal): -10019132 or 12852839. OLE color: 12852839.

HSL color Cylindrical-coordinate representation of color #671EC4: hue angle of 266.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671EC4 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 103 30 196 -
CMYK 0.47 0.85 0 0.23
HSL 266.39º 0.73% 0.44% -
HSV(B) 266.39º 0.85% 0.77% -
XYZ 16.02 7.8 52.89 -
YUV 70.75 198.68 151 -
System Red Green Blue C M Y K H S L
Decimal 103 30 196 0.47 0.85 0 0.23 266.39 0.73 0.44
Hex 67 1E C4 2F 55 0 17 10A 49 2C
Octal 147 36 304 57 125 0 27 412 111 54
Binary 1100111 11110 11000100 101111 1010101 0 10111 100001010 1001001 101100

Color Harmonies of #671EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671EC4

Black with #671EC4

Text Example


Text Example

White with #671EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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