Html Css Color HEX #672BB5 Purple Heart

📋 copy color: '#672BB5'

red 103 ◦ green 43 ◦ blue 181

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

Shades of Purple Heart #672BB5

Tints of Purple Heart #672BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 55.35%

R = 31.5%
G = 13.15%
B = 55.35%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#672BB5 (or 0x672BB5) is known color: Purple Heart. HEX triplet: 67, 2B and B5. RGB value is (103,43,181). Sum of RGB (Red+Green+Blue) = 103+43+181=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #672BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BB5 is #98D44A. Grayscale: #4C4C4C. Windows color (decimal): -10015819 or 11873127. OLE color: 11873127.

HSL color Cylindrical-coordinate representation of color #672BB5: hue angle of 266.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672BB5 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 43 181 -
CMYK 0.43 0.76 0 0.29
HSL 266.09º 0.62% 0.44% -
HSV(B) 266.09º 0.76% 0.71% -
XYZ 14.8 7.95 44.47 -
YUV 76.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 103 43 181 0.43 0.76 0 0.29 266.09 0.62 0.44
Hex 67 2B B5 2B 4C 0 1D 10A 3E 2C
Octal 147 53 265 53 114 0 35 412 76 54
Binary 1100111 101011 10110101 101011 1001100 0 11101 100001010 111110 101100

Color Harmonies of #672BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BB5

Black with #672BB5

Text Example


Text Example

White with #672BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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