Html Css Color HEX #672BBA Purple Heart

📋 copy color: '#672BBA'

red 103 ◦ green 43 ◦ blue 186

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

Shades of Purple Heart #672BBA

Tints of Purple Heart #672BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 31.02%
G = 12.95%
B = 56.02%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#672BBA (or 0x672BBA) is known color: Purple Heart. HEX triplet: 67, 2B and BA. RGB value is (103,43,186). Sum of RGB (Red+Green+Blue) = 103+43+186=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #672BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BBA is #98D445. Grayscale: #4C4C4C. Windows color (decimal): -10015814 or 12200807. OLE color: 12200807.

HSL color Cylindrical-coordinate representation of color #672BBA: hue angle of 265.17º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672BBA is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 43 186 -
CMYK 0.45 0.77 0 0.27
HSL 265.17º 0.62% 0.45% -
HSV(B) 265.17º 0.77% 0.73% -
XYZ 15.32 8.16 47.22 -
YUV 77.24 189.38 146.37 -
System Red Green Blue C M Y K H S L
Decimal 103 43 186 0.45 0.77 0 0.27 265.17 0.62 0.45
Hex 67 2B BA 2D 4D 0 1B 109 3E 2D
Octal 147 53 272 55 115 0 33 411 76 55
Binary 1100111 101011 10111010 101101 1001101 0 11011 100001001 111110 101101

Color Harmonies of #672BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BBA

Black with #672BBA

Text Example


Text Example

White with #672BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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