Html Css Color HEX #672BDD Purple Heart

📋 copy color: '#672BDD'

red 103 ◦ green 43 ◦ blue 221

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

Shades of Purple Heart #672BDD

Tints of Purple Heart #672BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 28.07%
G = 11.72%
B = 60.22%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#672BDD (or 0x672BDD) is known color: Purple Heart. HEX triplet: 67, 2B and DD. RGB value is (103,43,221). Sum of RGB (Red+Green+Blue) = 103+43+221=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #672BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BDD is #98D422. Grayscale: #505050. Windows color (decimal): -10015779 or 14494567. OLE color: 14494567.

HSL color Cylindrical-coordinate representation of color #672BDD: hue angle of 260.22º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672BDD is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 43 221 -
CMYK 0.53 0.81 0 0.13
HSL 260.22º 0.72% 0.52% -
HSV(B) 260.22º 0.81% 0.87% -
XYZ 19.51 9.83 69.28 -
YUV 81.23 206.88 143.53 -
System Red Green Blue C M Y K H S L
Decimal 103 43 221 0.53 0.81 0 0.13 260.22 0.72 0.52
Hex 67 2B DD 35 51 0 D 104 48 34
Octal 147 53 335 65 121 0 15 404 110 64
Binary 1100111 101011 11011101 110101 1010001 0 1101 100000100 1001000 110100

Color Harmonies of #672BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672BDD

Black with #672BDD

Text Example


Text Example

White with #672BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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