Html Css Color HEX #670FAC Purple Heart

📋 copy color: '#670FAC'

red 103 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #670FAC

Tints of Purple Heart #670FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 35.52%
G = 5.17%
B = 59.31%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#670FAC (or 0x670FAC) is known color: Purple Heart. HEX triplet: 67, 0F and AC. RGB value is (103,15,172). Sum of RGB (Red+Green+Blue) = 103+15+172=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #670FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670FAC is #98F053. Grayscale: #3A3A3A. Windows color (decimal): -10022996 or 11276135. OLE color: 11276135.

HSL color Cylindrical-coordinate representation of color #670FAC: hue angle of 273.63º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670FAC is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 15 172 -
CMYK 0.40 0.91 0 0.33
HSL 273.63º 0.84% 0.37% -
HSV(B) 273.63º 0.91% 0.67% -
XYZ 13.21 6.2 39.53 -
YUV 59.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 103 15 172 0.40 0.91 0 0.33 273.63 0.84 0.37
Hex 67 F AC 28 5B 0 21 112 54 25
Octal 147 17 254 50 133 0 41 422 124 45
Binary 1100111 1111 10101100 101000 1011011 0 100001 100010010 1010100 100101

Color Harmonies of #670FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670FAC

Black with #670FAC

Text Example


Text Example

White with #670FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670FAC; }

 p { color: rgb(103,15,172); }

 H1.HeaderClassName
 {
   color: #670FAC;
 }
 .AnyTagClassName
 {
   color: #670FAC;
 }
</style>

background-color css

<style>
 a { background-color: #670FAC; }

 a { background-color: rgb(103,15,172); }

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

border-color css

<style>
 span { border-color: #670FAC; }

 span { border-color: rgb(103,15,172); }

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