Html Css Color HEX #671CAF Purple Heart

📋 copy color: '#671CAF'

red 103 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #671CAF

Tints of Purple Heart #671CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.15%

 BLUE value IS 175 (68.75% from 255) = 57.19%

R = 33.66%
G = 9.15%
B = 57.19%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#671CAF (or 0x671CAF) is known color: Purple Heart. HEX triplet: 67, 1C and AF. RGB value is (103,28,175). Sum of RGB (Red+Green+Blue) = 103+28+175=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #671CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671CAF is #98E350. Grayscale: #424242. Windows color (decimal): -10019665 or 11476071. OLE color: 11476071.

HSL color Cylindrical-coordinate representation of color #671CAF: hue angle of 270.61º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671CAF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 28 175 -
CMYK 0.41 0.84 0 0.31
HSL 270.61º 0.72% 0.4% -
HSV(B) 270.61º 0.84% 0.69% -
XYZ 13.75 6.81 41.15 -
YUV 67.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 103 28 175 0.41 0.84 0 0.31 270.61 0.72 0.4
Hex 67 1C AF 29 54 0 1F 10F 48 28
Octal 147 34 257 51 124 0 37 417 110 50
Binary 1100111 11100 10101111 101001 1010100 0 11111 100001111 1001000 101000

Color Harmonies of #671CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671CAF

Black with #671CAF

Text Example


Text Example

White with #671CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,28,175); }

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

background-color css

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

 a { background-color: rgb(103,28,175); }

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

border-color css

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

 span { border-color: rgb(103,28,175); }

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