Html Css Color HEX #672CAF Purple Heart

📋 copy color: '#672CAF'

red 103 ◦ green 44 ◦ blue 175

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

Shades of Purple Heart #672CAF

Tints of Purple Heart #672CAF

RGB

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

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

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

R = 31.99%
G = 13.66%
B = 54.35%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#672CAF (or 0x672CAF) is known color: Purple Heart. HEX triplet: 67, 2C and AF. RGB value is (103,44,175). Sum of RGB (Red+Green+Blue) = 103+44+175=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #672CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672CAF is #98D350. Grayscale: #4C4C4C. Windows color (decimal): -10015569 or 11480167. OLE color: 11480167.

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

Color convert

RGB 103 44 175 -
CMYK 0.41 0.75 0 0.31
HSL 267.02º 0.6% 0.43% -
HSV(B) 267.02º 0.75% 0.69% -
XYZ 14.23 7.78 41.31 -
YUV 76.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 103 44 175 0.41 0.75 0 0.31 267.02 0.6 0.43
Hex 67 2C AF 29 4B 0 1F 10B 3C 2B
Octal 147 54 257 51 113 0 37 413 74 53
Binary 1100111 101100 10101111 101001 1001011 0 11111 100001011 111100 101011

Color Harmonies of #672CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672CAF

Black with #672CAF

Text Example


Text Example

White with #672CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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