Html Css Color HEX #670EBA Purple Heart

📋 copy color: '#670EBA'

red 103 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #670EBA

Tints of Purple Heart #670EBA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

 BLUE value IS 186 (73.05% from 255) = 61.39%

R = 33.99%
G = 4.62%
B = 61.39%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#670EBA (or 0x670EBA) is known color: Purple Heart. HEX triplet: 67, 0E and BA. RGB value is (103,14,186). Sum of RGB (Red+Green+Blue) = 103+14+186=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #670EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670EBA is #98F145. Grayscale: #3B3B3B. Windows color (decimal): -10023238 or 12193383. OLE color: 12193383.

HSL color Cylindrical-coordinate representation of color #670EBA: hue angle of 271.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670EBA is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 14 186 -
CMYK 0.45 0.92 0 0.27
HSL 271.05º 0.86% 0.39% -
HSV(B) 271.05º 0.92% 0.73% -
XYZ 14.61 6.74 46.99 -
YUV 60.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 103 14 186 0.45 0.92 0 0.27 271.05 0.86 0.39
Hex 67 E BA 2D 5C 0 1B 10F 56 27
Octal 147 16 272 55 134 0 33 417 126 47
Binary 1100111 1110 10111010 101101 1011100 0 11011 100001111 1010110 100111

Color Harmonies of #670EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670EBA

Black with #670EBA

Text Example


Text Example

White with #670EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,14,186); }

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

background-color css

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

 a { background-color: rgb(103,14,186); }

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

border-color css

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

 span { border-color: rgb(103,14,186); }

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