Html Css Color HEX #672BBC Purple Heart

📋 copy color: '#672BBC'

red 103 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #672BBC

Tints of Purple Heart #672BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.29%

R = 30.84%
G = 12.87%
B = 56.29%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#672BBC (or 0x672BBC) is known color: Purple Heart. HEX triplet: 67, 2B and BC. RGB value is (103,43,188). Sum of RGB (Red+Green+Blue) = 103+43+188=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #672BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BBC is #98D443. Grayscale: #4C4C4C. Windows color (decimal): -10015812 or 12331879. OLE color: 12331879.

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

Color convert

RGB 103 43 188 -
CMYK 0.45 0.77 0 0.26
HSL 264.83º 0.63% 0.45% -
HSV(B) 264.83º 0.77% 0.74% -
XYZ 15.53 8.24 48.35 -
YUV 77.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 103 43 188 0.45 0.77 0 0.26 264.83 0.63 0.45
Hex 67 2B BC 2D 4D 0 1A 109 3F 2D
Octal 147 53 274 55 115 0 32 411 77 55
Binary 1100111 101011 10111100 101101 1001101 0 11010 100001001 111111 101101

Color Harmonies of #672BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BBC

Black with #672BBC

Text Example


Text Example

White with #672BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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