Html Css Color HEX #671ABC Purple Heart

📋 copy color: '#671ABC'

red 103 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #671ABC

Tints of Purple Heart #671ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 32.49%
G = 8.2%
B = 59.31%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#671ABC (or 0x671ABC) is known color: Purple Heart. HEX triplet: 67, 1A and BC. RGB value is (103,26,188). Sum of RGB (Red+Green+Blue) = 103+26+188=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #671ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ABC is #98E543. Grayscale: #424242. Windows color (decimal): -10020164 or 12327527. OLE color: 12327527.

HSL color Cylindrical-coordinate representation of color #671ABC: hue angle of 268.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671ABC is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 26 188 -
CMYK 0.45 0.86 0 0.26
HSL 268.52º 0.76% 0.42% -
HSV(B) 268.52º 0.86% 0.74% -
XYZ 15.04 7.25 48.18 -
YUV 67.49 196.01 153.33 -
System Red Green Blue C M Y K H S L
Decimal 103 26 188 0.45 0.86 0 0.26 268.52 0.76 0.42
Hex 67 1A BC 2D 56 0 1A 10D 4C 2A
Octal 147 32 274 55 126 0 32 415 114 52
Binary 1100111 11010 10111100 101101 1010110 0 11010 100001101 1001100 101010

Color Harmonies of #671ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671ABC

Black with #671ABC

Text Example


Text Example

White with #671ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,26,188); }

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

background-color css

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

 a { background-color: rgb(103,26,188); }

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

border-color css

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

 span { border-color: rgb(103,26,188); }

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