Html Css Color HEX #672CB2 Purple Heart

📋 copy color: '#672CB2'

red 103 ◦ green 44 ◦ blue 178

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

Shades of Purple Heart #672CB2

Tints of Purple Heart #672CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

 BLUE value IS 178 (69.92% from 255) = 54.77%

R = 31.69%
G = 13.54%
B = 54.77%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#672CB2 (or 0x672CB2) is known color: Purple Heart. HEX triplet: 67, 2C and B2. RGB value is (103,44,178). Sum of RGB (Red+Green+Blue) = 103+44+178=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #672CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672CB2 is #98D34D. Grayscale: #4C4C4C. Windows color (decimal): -10015566 or 11676775. OLE color: 11676775.

HSL color Cylindrical-coordinate representation of color #672CB2: hue angle of 266.42º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672CB2 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 103 44 178 -
CMYK 0.42 0.75 0 0.30
HSL 266.42º 0.6% 0.44% -
HSV(B) 266.42º 0.75% 0.7% -
XYZ 14.53 7.9 42.88 -
YUV 76.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 103 44 178 0.42 0.75 0 0.30 266.42 0.6 0.44
Hex 67 2C B2 2A 4B 0 1E 10A 3C 2C
Octal 147 54 262 52 113 0 36 412 74 54
Binary 1100111 101100 10110010 101010 1001011 0 11110 100001010 111100 101100

Color Harmonies of #672CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CB2

Black with #672CB2

Text Example


Text Example

White with #672CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672CB2; }

 p { color: rgb(103,44,178); }

 H1.HeaderClassName
 {
   color: #672CB2;
 }
 .AnyTagClassName
 {
   color: #672CB2;
 }
</style>

background-color css

<style>
 a { background-color: #672CB2; }

 a { background-color: rgb(103,44,178); }

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

border-color css

<style>
 span { border-color: #672CB2; }

 span { border-color: rgb(103,44,178); }

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