Html Css Color HEX #672FDC Purple Heart

📋 copy color: '#672FDC'

red 103 ◦ green 47 ◦ blue 220

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

Shades of Purple Heart #672FDC

Tints of Purple Heart #672FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.7%

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 27.84%
G = 12.7%
B = 59.46%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#672FDC (or 0x672FDC) is known color: Purple Heart. HEX triplet: 67, 2F and DC. RGB value is (103,47,220). Sum of RGB (Red+Green+Blue) = 103+47+220=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #672FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FDC is #98D023. Grayscale: #525252. Windows color (decimal): -10014756 or 14430055. OLE color: 14430055.

HSL color Cylindrical-coordinate representation of color #672FDC: hue angle of 259.42º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672FDC is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 47 220 -
CMYK 0.53 0.79 0 0.14
HSL 259.42º 0.71% 0.52% -
HSV(B) 259.42º 0.79% 0.86% -
XYZ 19.53 10.08 68.63 -
YUV 83.47 205.05 141.93 -
System Red Green Blue C M Y K H S L
Decimal 103 47 220 0.53 0.79 0 0.14 259.42 0.71 0.52
Hex 67 2F DC 35 4F 0 E 103 47 34
Octal 147 57 334 65 117 0 16 403 107 64
Binary 1100111 101111 11011100 110101 1001111 0 1110 100000011 1000111 110100

Color Harmonies of #672FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672FDC

Black with #672FDC

Text Example


Text Example

White with #672FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,47,220); }

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

background-color css

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

 a { background-color: rgb(103,47,220); }

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

border-color css

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

 span { border-color: rgb(103,47,220); }

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