Html Css Color HEX #670FBC Purple Heart

📋 copy color: '#670FBC'

red 103 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #670FBC

Tints of Purple Heart #670FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.44%

R = 33.66%
G = 4.9%
B = 61.44%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#670FBC (or 0x670FBC) is known color: Purple Heart. HEX triplet: 67, 0F and BC. RGB value is (103,15,188). Sum of RGB (Red+Green+Blue) = 103+15+188=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #670FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FBC is #98F043. Grayscale: #3C3C3C. Windows color (decimal): -10022980 or 12324711. OLE color: 12324711.

HSL color Cylindrical-coordinate representation of color #670FBC: hue angle of 270.52º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670FBC is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 15 188 -
CMYK 0.45 0.92 0 0.26
HSL 270.52º 0.85% 0.4% -
HSV(B) 270.52º 0.92% 0.74% -
XYZ 14.84 6.86 48.12 -
YUV 61.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 103 15 188 0.45 0.92 0 0.26 270.52 0.85 0.4
Hex 67 F BC 2D 5C 0 1A 10F 55 28
Octal 147 17 274 55 134 0 32 417 125 50
Binary 1100111 1111 10111100 101101 1011100 0 11010 100001111 1010101 101000

Color Harmonies of #670FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670FBC

Black with #670FBC

Text Example


Text Example

White with #670FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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