Html Css Color HEX #670BBE Purple Heart

📋 copy color: '#670BBE'

red 103 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #670BBE

Tints of Purple Heart #670BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.62%

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 33.88%
G = 3.62%
B = 62.5%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#670BBE (or 0x670BBE) is known color: Purple Heart. HEX triplet: 67, 0B and BE. RGB value is (103,11,190). Sum of RGB (Red+Green+Blue) = 103+11+190=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #670BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670BBE is #98F441. Grayscale: #3A3A3A. Windows color (decimal): -10024002 or 12454759. OLE color: 12454759.

HSL color Cylindrical-coordinate representation of color #670BBE: hue angle of 270.84º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #670BBE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 11 190 -
CMYK 0.46 0.94 0 0.25
HSL 270.84º 0.89% 0.39% -
HSV(B) 270.84º 0.94% 0.75% -
XYZ 15.01 6.84 49.24 -
YUV 58.91 201.98 159.45 -
System Red Green Blue C M Y K H S L
Decimal 103 11 190 0.46 0.94 0 0.25 270.84 0.89 0.39
Hex 67 B BE 2E 5E 0 19 10F 59 27
Octal 147 13 276 56 136 0 31 417 131 47
Binary 1100111 1011 10111110 101110 1011110 0 11001 100001111 1011001 100111

Color Harmonies of #670BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BBE

Black with #670BBE

Text Example


Text Example

White with #670BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,11,190); }

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

background-color css

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

 a { background-color: rgb(103,11,190); }

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

border-color css

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

 span { border-color: rgb(103,11,190); }

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