Html Css Color HEX #672CBF Purple Heart

📋 copy color: '#672CBF'

red 103 ◦ green 44 ◦ blue 191

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

Shades of Purple Heart #672CBF

Tints of Purple Heart #672CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.51%

R = 30.47%
G = 13.02%
B = 56.51%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#672CBF (or 0x672CBF) is known color: Purple Heart. HEX triplet: 67, 2C and BF. RGB value is (103,44,191). Sum of RGB (Red+Green+Blue) = 103+44+191=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #672CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CBF is #98D340. Grayscale: #4D4D4D. Windows color (decimal): -10015553 or 12528743. OLE color: 12528743.

HSL color Cylindrical-coordinate representation of color #672CBF: hue angle of 264.08º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672CBF is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 44 191 -
CMYK 0.46 0.77 0 0.25
HSL 264.08º 0.63% 0.46% -
HSV(B) 264.08º 0.77% 0.75% -
XYZ 15.9 8.45 50.08 -
YUV 78.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 103 44 191 0.46 0.77 0 0.25 264.08 0.63 0.46
Hex 67 2C BF 2E 4D 0 19 108 3F 2E
Octal 147 54 277 56 115 0 31 410 77 56
Binary 1100111 101100 10111111 101110 1001101 0 11001 100001000 111111 101110

Color Harmonies of #672CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CBF

Black with #672CBF

Text Example


Text Example

White with #672CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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