Html Css Color HEX #672BAE Purple Heart

📋 copy color: '#672BAE'

red 103 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #672BAE

Tints of Purple Heart #672BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

 BLUE value IS 174 (68.36% from 255) = 54.38%

R = 32.19%
G = 13.44%
B = 54.38%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#672BAE (or 0x672BAE) is known color: Purple Heart. HEX triplet: 67, 2B and AE. RGB value is (103,43,174). Sum of RGB (Red+Green+Blue) = 103+43+174=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #672BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672BAE is #98D451. Grayscale: #4B4B4B. Windows color (decimal): -10015826 or 11414375. OLE color: 11414375.

HSL color Cylindrical-coordinate representation of color #672BAE: hue angle of 267.48º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672BAE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 43 174 -
CMYK 0.41 0.75 0 0.32
HSL 267.48º 0.6% 0.43% -
HSV(B) 267.48º 0.75% 0.68% -
XYZ 14.1 7.67 40.78 -
YUV 75.87 183.38 147.35 -
System Red Green Blue C M Y K H S L
Decimal 103 43 174 0.41 0.75 0 0.32 267.48 0.6 0.43
Hex 67 2B AE 29 4B 0 20 10B 3C 2B
Octal 147 53 256 51 113 0 40 413 74 53
Binary 1100111 101011 10101110 101001 1001011 0 100000 100001011 111100 101011

Color Harmonies of #672BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BAE

Black with #672BAE

Text Example


Text Example

White with #672BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,43,174); }

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

background-color css

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

 a { background-color: rgb(103,43,174); }

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

border-color css

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

 span { border-color: rgb(103,43,174); }

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