Html Css Color HEX #670FBB Purple Heart

📋 copy color: '#670FBB'

red 103 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #670FBB

Tints of Purple Heart #670FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.31%

R = 33.77%
G = 4.92%
B = 61.31%

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

#670FBB (or 0x670FBB) is known color: Purple Heart. HEX triplet: 67, 0F and BB. RGB value is (103,15,187). Sum of RGB (Red+Green+Blue) = 103+15+187=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #670FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FBB is #98F044. Grayscale: #3C3C3C. Windows color (decimal): -10022981 or 12259175. OLE color: 12259175.

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

Color convert

RGB 103 15 187 -
CMYK 0.45 0.92 0 0.27
HSL 270.7º 0.85% 0.4% -
HSV(B) 270.7º 0.92% 0.73% -
XYZ 14.73 6.81 47.55 -
YUV 60.92 199.15 158.01 -
System Red Green Blue C M Y K H S L
Decimal 103 15 187 0.45 0.92 0 0.27 270.7 0.85 0.4
Hex 67 F BB 2D 5C 0 1B 10F 55 28
Octal 147 17 273 55 134 0 33 417 125 50
Binary 1100111 1111 10111011 101101 1011100 0 11011 100001111 1010101 101000

Color Harmonies of #670FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670FBB

Black with #670FBB

Text Example


Text Example

White with #670FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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