Html Css Color HEX #672BCF Purple Heart

📋 copy color: '#672BCF'

red 103 ◦ green 43 ◦ blue 207

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

Shades of Purple Heart #672BCF

Tints of Purple Heart #672BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 29.18%
G = 12.18%
B = 58.64%

CMYK

 C value IS 0.50

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#672BCF (or 0x672BCF) is known color: Purple Heart. HEX triplet: 67, 2B and CF. RGB value is (103,43,207). Sum of RGB (Red+Green+Blue) = 103+43+207=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #672BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BCF is #98D430. Grayscale: #4F4F4F. Windows color (decimal): -10015793 or 13577063. OLE color: 13577063.

HSL color Cylindrical-coordinate representation of color #672BCF: hue angle of 261.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672BCF is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 43 207 -
CMYK 0.50 0.79 0 0.19
HSL 261.95º 0.66% 0.49% -
HSV(B) 261.95º 0.79% 0.81% -
XYZ 17.72 9.12 59.86 -
YUV 79.64 199.88 144.66 -
System Red Green Blue C M Y K H S L
Decimal 103 43 207 0.50 0.79 0 0.19 261.95 0.66 0.49
Hex 67 2B CF 32 4F 0 13 106 42 31
Octal 147 53 317 62 117 0 23 406 102 61
Binary 1100111 101011 11001111 110010 1001111 0 10011 100000110 1000010 110001

Color Harmonies of #672BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BCF

Black with #672BCF

Text Example


Text Example

White with #672BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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