Html Css Color HEX #672FDD Purple Heart

📋 copy color: '#672FDD'

red 103 ◦ green 47 ◦ blue 221

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

Shades of Purple Heart #672FDD

Tints of Purple Heart #672FDD

RGB

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

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

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

R = 27.76%
G = 12.67%
B = 59.57%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#672FDD (or 0x672FDD) is known color: Purple Heart. HEX triplet: 67, 2F and DD. RGB value is (103,47,221). Sum of RGB (Red+Green+Blue) = 103+47+221=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #672FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FDD is #98D022. Grayscale: #525252. Windows color (decimal): -10014755 or 14495591. OLE color: 14495591.

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

Color convert

RGB 103 47 221 -
CMYK 0.53 0.79 0 0.13
HSL 259.31º 0.72% 0.53% -
HSV(B) 259.31º 0.79% 0.87% -
XYZ 19.66 10.14 69.33 -
YUV 83.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 103 47 221 0.53 0.79 0 0.13 259.31 0.72 0.53
Hex 67 2F DD 35 4F 0 D 103 48 35
Octal 147 57 335 65 117 0 15 403 110 65
Binary 1100111 101111 11011101 110101 1001111 0 1101 100000011 1001000 110101

Color Harmonies of #672FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672FDD

Black with #672FDD

Text Example


Text Example

White with #672FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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